Sort .CSV

I need some help with sorting a particular column (column 1) of a .cvs file (the file has 10 columns) by alphabetic order. Any knows how i can accomplish this ? thank you.
1) Load the csv file into some kind of structure.

2) Sort the structure.

3) Write the structure back to the csv file.
Topic archived. No new replies allowed.