kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Bug: Skip comment lines in csv files

Open acquamarin opened this issue 5 months ago • 1 comments

Kùzu version

master

What operating system are you using?

MAC M1

What happened?

I have this csv file which has a comment at the front:

# ============================================================
# Comments example
# ============================================================
abc,def

ghi,jkl

Kuzu throws an exception in this case:

kuzu> load from 'test.csv' return *;
Error: Copy exception: Error in file test.csv on line 1: expected 2 values per row, but got 1. Line containing the error: '# ============================================================'

Are there known steps to reproduce?

No response

acquamarin avatar Sep 24 '24 15:09 acquamarin