mperdeck / LINQtoCSV

Popular, easy to use library to read and write CSV files.
197 stars 112 forks source link

Read unknown column #21

Open fbjornlund opened 10 years ago

fbjornlund commented 10 years ago

I'd like to have the option to have the option IgnoreUnknownColumns set, but still load the values into a a list of "unknown values", each unknown value should have name and value (string).

Thanks for a good component.