in reply to sorting comma separated value file
But if you're on UNIX, the sort command does exactly what you need already:
-t specifies the field separator (a comma in this case)sort -t, -kn in_file
Update: Oops, I missed the part about "Practice Example." Nevermind. Definitely check out the Schwartzian Transform nodes, in that case.
Alan
|
|---|