main.cs721 chars21 lines
Here's how to use the method:
main.cs172 chars5 lines
Note: This solution assumes that the CSV file has no commas within the data fields. If the data includes commas, you should use a CSV parser library instead of reading and writing the file as plain text.
gistlibby LogSnag