Forum Discussion

hc_vinod's avatar
hc_vinod
Occasional Contributor
9 years ago

comparing two csv files and writing difference line to another file

hi, 

 

i need to compare two csv files and log the lines which are different into another file 

 

file1.csv

abc

def

ghi

 

file2.csv

abc

xyz

ghi

 

output file should be

def

xyz

 

  • Did you have a specific problem implementing this?

     

    If you just don't know how to do this than I'd suggest learning or finding someone in your organization that knows how to write scripts. Would be fairly simple to do this in any of the supported scripting languages.