greptimedb
greptimedb copied to clipboard
Enhance copy from csv file command
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