greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Enhance copy from csv file command

Open killme2008 opened this issue 4 months ago • 1 comments

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

killme2008 avatar Sep 18 '25 03:09 killme2008