I think I implemented an overly simplistic parser for COPY, and it will likely fail for variations of COPY.
All possible combinations of the following need automated testing:
- custom delimiters
- blob columns
- text cells with newlines, tabs, simple quotes, double quotes etc.
- cells with NULL
- CSV/TEXT formats (others if they exist)
- HEADER TRUE/FALSE
- Custom encoding
I think I implemented an overly simplistic parser for COPY, and it will likely fail for variations of COPY.
All possible combinations of the following need automated testing: