Sidebar

how to read 2 csv files by combining 1 value from first csv and searching in second csv in QIE Qvera

0 votes
51 views
asked Sep 16 by faisal-j-6023 (120 points)
i need to read 2 csv files and picking id from first csv file and using related data of id from second csv file. I am using 2 csv files for referencing mapping data.

1 Answer

0 votes
You could read the first CSV on your source node and then read up the second CSV in a mapping function using qie.readFile('file');
answered Sep 16 by michael-h-5027 (14,430 points)
...