Hi,
I'm trying to read .csv file that is prepared in line with format RFC4180: http://www.ietf.org/rfc/rfc4180.txt Esentialy it means that if value has quotation mark or comma, gets wrapped in additional quotation marks. On top of that whole line (first and last value) get's wrapped in extra quotation marks. When i try to input these files in alteryx I either end up with all values in one field or with parsing error. I figured out Input tools setup that allows me to ignore delimiters in quotes or single quotes, but i still have values with comma inside that is considered as two separate values. I can't build RegEx that will be flexible enough to include both special characters so will appreciate any advice
Attached is file with dummy data so feel free to try it on your own.