A CSV is a text file that uses commas to separate data in tables. It is used for spreadsheets and databases where interchangeability and portability between different software and operating systems is ...
I have a dataset in 2 CSV files, example: id name site 1 bob wer 1 bob wer 2 jil fgas 3 jack vbcx 3 jack yhte I've looked at join-object http://blogs.msdn.com/b ...