mperdeck / LINQtoCSV

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

Quote some fields not all data fields #41

Open LeMoussel opened 9 years ago

LeMoussel commented 9 years ago

There is QuoteAllFields property, When true, write surrounds all data fields with quotes. But I want to surrounds not all data fields but only string fields with quotes. eg : Id,Value,Description 0, 102, "Description1" 1, 5, "Description2"

Is it possible?