C-enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (6,332 stars)
- PR merge metrics
- (PR metrics pending)
Description
What type of enhancement is this?
User experience
What does the enhancement do?
Enhance the COPY [table] FROM '/tmp/test.csv' WITH (FORMAT = 'CSV') command with the following optional parameters:
headers= 'true' | 'false': Enforce CSV header validation (default: true).skip_bad_records = 'true' | 'false': Skip rows that fail parsing (default: false).
Implementation challenges
No response