Is it possible to read a csv that has quote-escaped quotes with CSVFiles, without keeping the 2 quotes in the string?
I’m trying to do something like this :
data =
"""
1980-01-01T00:00:00.000Z\t5\tC\t"string"
1980-01-01T00:00:00.001Z\t4\tA\t"Strin""g2"
"""