Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to skip file if metadata different while processing multiple files.
Thanks,
Raju
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,