I would like to share my requirement please let me know.
1.Is that possible to import 2 input CSV files with changing some content and whatever different content found. I would like to generate new CSV file.
ex:- FileA.csv with the content-
col1:abc,col2:pqr
col1:abc1,col2:pqr1
FileB.csv with the content-
col1:abc,col2:xyz
col1:abc1,col2:pqr1
In above case 1st row will be found change and would like to create new file with change row.