Home > Programming > Sort Csv Files

Sort Csv Files

July 6th, 2009

I have a bunch of CSV files with e-mail addresses, first name, last name, and 4 other columns (7 columns total) which are mailing lists. I have a total of 11 CSV files ranging in size from 500 rows to 17K rows. I need these sorted by .xxx of the email address. My goal is to be able to easily separate out the Yahoo and AOL addresses, so I can put them in CSV files of their own. I need all of the data to stay in tact, so that the right first name and last name, etc. are associated with the right email address.

I have attached one of the smaller files so you can see an example of the data I need sorted.


Sort Csv Files

Comments are closed.
Bear