GreptimeTeam/greptimedb

Enhance copy from csv file command

Open

#6,989 opened on 2025年9月18日

GitHub で見る
 (4 comments) (0 reactions) (1 assignee)Rust (495 forks)github user discovery
C-enhancementgood first issuehelp wanted

Repository metrics

Stars
 (6,332 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド