6 ms·
How do you have CSV data with a comma within a field?
How do you have CSV data with a comma within a field?
Enclose the field in quotes: a,"b,b",c
You use another delimiter if you need commas. CSV isn't comma only (contrary to what the name implies), you could use '!' or anything else.