csv_parse.pl

Wrote some pretty decent perl code to parse out a CSV file today. CSV files aren't quite as simple as one would believe, especially if the data you're trying to parse contains a comma in it. Quotation marks are doubled up, and that causes some headaches too. Neccessity is the mother of all inventions, thus csv_parse.pl.
Leave A Reply
All content licensed under the Creative Commons License