I’m doing some data analysis for a first client (a friend

), he has some csv files and wants to remove duplicates. Each file is a different category for the data, so he wants a new column to know where it came from. First I tried this
simple solution but needed the column and with my lack of scripting knowledge decided to go straight for a little program in .net.
I posted the complete project on Bitbucket or you can view the important part on this gist: