GreptimeTeam/greptimedb

Enhance copy from csv file command

Open

#6,989 opened on Sep 18, 2025

 (4 comments) (0 reactions) (1 assignee)Rust (522 forks)github user discovery
C-enhancementgood first issuehelp wanted

Repository metrics

Stars
 (6,544 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

Contributor guide