Re: Comparing the schema and discard the Object
Hi Team,
Can anyone help to find the values if the schema is different.
let me explain with the example:
We have loaded the initial load into the table:
Initial Load contains the column like
Here you can see we have 4 columns ID, Name, Age, Class
Now we have the incremental load and it contains the columns like
Here you can see we have 5 columns ID, Name, Age, Class as well as new added Roll_Number
Now We have to discard the roll_number value and send the alter that this column has added newly in this file
As well as we dont want to do this manually by using mapper we have to schedule the pipeline on this daily basis and there are around 100 files we have to process the data
Can anyone help to create the dynamic pipeline for all the files.
Thanks In advance