Escaping the delimiter character is supported by doubling, e.g. "some ""quoted"" value", however many sources of CSV files take a different approach and would instead have that as "some "quoted" value".
It would be useful to be able to specify an escape character to override RFC behaviour.
Escaping the delimiter character is supported by doubling, e.g. "some ""quoted"" value", however many sources of CSV files take a different approach and would instead have that as "some "quoted" value".
It would be useful to be able to specify an escape character to override RFC behaviour.