Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to skip file if metadata different while processing multiple files

Hi,

 

How to skip file if metadata different while processing multiple files.

 

 

 

Thanks,

Raju

Labels (2)
1 Reply
vboppudi
Partner - Creator III
Partner - Creator III

Hi,

If file is delimiter then read complete record as one and check delimiter count. If delimiter count matching with expected count then process those records to target. If not matching you can filter those records.

 

Regards,