Skip execution from Data extraction scope

Hi,
I’m working with Invoice data extraction. Is there any way to skip a particular file (If it’s not fetching data in Validation station) and take the next file in the folder? How to exit from Data extraction scope if 1 file from a folder (containing more than 1 files) fails to complete the execution?

data extraction scope works with one file at a time. after you have auto data extraction, if extraction fails for certain fields, you can just put an if in your workflow and exit… is this your question?

@Ioana_Gligan,
Yes
If or continue better here?

Continue is not required here, you can implement it as “if processing successful then Data Extraction Scope”