mohit_jain
3 years agoNew Contributor III
Comparing the schema and discard the Object
Hi Team, I have one scenario and want to solve it as soon as possible. I have two files : Initial Load , Incremental Load We have loaded the initial load data into the DB which contains the column...
- 3 years ago
mohit_jain the solution is very straight forward.
1. Get the header from your initial file.
2. Merge it with your incremental file.
3. Filter match and unmatched in two different output streams.
Download solution pipeline Compare_Schema_Discard_load & below is the screenshot.