|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Sort CSV file within Excel based on specific columnby runrig (Abbot) |
| on Oct 11, 2012 at 20:34 UTC ( #998537=note: print w/ replies, xml ) | Need Help?? |
|
No need to open a CSV file in Excel. Use Text::CSV/Text::CSV_XS. Read read the lines, put then in a hash keyed by your sort column, sort the keys, and print the lines.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||