Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there, I m trying to compare the records of 2 identical csv files that contain about 80 different fields. I want to list for each field the records that have different values and write the output to a single file. I've tried comparing the two files with a tMap (by joining the primary key of the two files), and creating a single output for each field, which is not very efficient for more than 10 fields. Is there any alternative approach that I can apply ?
Thanks,
Panos