I have a CSV file with 9 columns. How can I remove duplicates among columns 4 through 9?
What we tried:
1. Split 1-4 columns in a file
2. Split 4-9 columns -> Deduplicate records
Now, i tried using 'ReplaceTextWithMapping' to merge the files with 4th column (Common on both files). But I am not sure if my approach is right.
Is there any other way to achieve this.