I'm getting an export file of VSAM data from a vendor in what is supposed to be comma-separate format with quoted strings. But the data contains a text field that itself contains quotes, single quotes, commas, carriage returns, etc.
So of course it is not parsing correctly.
Does anyone know of a document online that has accepted standards for forming quoted strings? I would like to be able to point the vendor towards it, so they can generate something I can use.