I have a .csv text database file with about 2,000 records. The content of the .csv text file is something like:
I need to sort the Age (30, 28........) in Ascending and Descending order and put into a field. I am thinking and trying for a few hours. However it seems not an easy task.Peter,30,35000,Mary
David,28,68000,Single
...........................
...........................
...........................
Anybody has done similar task before? Could you please share your ideas or codes?
Thanks and best regards