Forum Discussion

mohit_jain's avatar
mohit_jain
New Contributor III
3 years ago
Solved

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...
  • virender_prajap's avatar
    virender_prajap
    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.