Hi,
any one can help me to solve this issue.
Have 2 files File1.csv and file2.csv containing some values. Have to read both files and write unique values in to another file.
in the new the there must be unique rows and not duplicate rows(2 files contain some rows same)
What is the best approach for doing this?