Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Employee
Employee

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