I’ve noticed something strange. I’m not sure if this is a bug, or if I’m misunderstanding something.
In my experience, when a schema’s Format is set to Custom (as opposed to CSV, JSON, or something else), and the Quote field is set to the double quote character ("
), double quotes don’t actually appear in the output data. However, if a single quote character is used ('
), all values are surrounded by single quotes.
Is this a bug, or am I misunderstanding what the Quote field is for? Thanks!