Has there been any action on this? I can’t seem to find any working solution for escaping comma values in CSV files. I’ve tried tab delimited text, and that didn’t work either. One comment where a sample is referenced, the source CSV file has no example of commas in the content besides that of the delimiters. Is there a way to modify the source code to use tabs \t as the delimiter instead of commas? This would alleviate the issues I’m having with column content that contains quotes (and there’s no way I can get around this). I either need a way to escape the quotes (the standard seems to be enclosing the content in quotes) or to choose another method of delimiting.
Disregard…. I just noticed the datatype: “tab”.