I am using a data table for storing data.
I am exporting the data from data table to CSV file.
Sometimes there may be values containing comma(,
)
Write Comma separated value between double quote without space to create csv with single column for comaa separated values.
Ex. I have two columns Code & Description With Values Code01 & Val1,Val2,Val3. To create csv with given data write below line in notepad and save it with csv extension.
Code,Description
Code01,"Val1,Val2,Val3"