Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Knowme
Contributor
Contributor

Compare .csv file with data in oracle table

Hi,

I have a requirement to compare data from .csv file which is the source to a target oracle table. I have multiple files/tables and I need a unique job for all. I tried using dynamic schema but it’s not working. Can someone suggest a better way.

Labels (2)
1 Reply
Shicong_Hong
Support
Support

Hi 

I'm afraid it is impossible to compare data through tMap using dynamic schema for different files with different structure. My idea is to read the files using dynamic schema, create the corresponding table in Oracle DB and then compare the rows between two tables using SQL query.

Regards

Shong