C#C
C#2y ago
SCOLANATOR

Unable to add new columns to CSV file

The following code is giving me an error on the line: modifiedRecords.Add(newRecord);
This needs to take in a CSV file, edit the data, then add additional columns of data.
code.txt12.14KB
Was this page helpful?