Hi, Guys! How I get comma to include value in the ...
# suitescript
a
Hi, Guys! How I get comma to include value in the CSV description file. When I have tried to create a file with a comma, the column getting an increase ie wrong. Please provide me the suggestion on how to get a comma in CSV file.
b
escape the column value by enclosing it with
"
if there are any existing double quotes in the column value, you escape it as
""
if this sounds too hard, papaparse can do it for you
a
okay
Thank you , It's working 🙂