should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
header1,header2,header3
a,#b,c
1 header1 header2 header3
2 a #b c

View File

@@ -0,0 +1,3 @@
a,b
a#b
x,y
1 a,b
2 a#b
3 x,y

View File

@@ -0,0 +1,7 @@
x,y,z
# comment
1,2,3
# comment
# comment
4,5,6
# comment
1 x,y,z
2 # comment
3 1,2,3
4 # comment
5 # comment
6 4,5,6
7 # comment

2894
external/duckdb/data/csv/comments/big.csv vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
skip this line
# comment
x,y,z
1,2,3
4,5,6
1 skip this line
2 # comment
3 x,y,z
4 1,2,3
5 4,5,6

View File

@@ -0,0 +1,6 @@
# This is also a baddy
1;3
# This is also a baddy
1;3
1;3
1;3
1 # This is also a baddy
2 1;3
3 # This is also a baddy
4 1;3
5 1;3
6 1;3

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
# A few comments
# I'm a csv file
oh no I forgot to make a comment
# but i did one here
but Im a very inconsistent kind of guy
a;b
# This is also a baddy
1;3
6;7
# You better skip me
1 # A few comments
2 # I'm a csv file
3 oh no I forgot to make a comment
4 # but i did one here
5 but Im a very inconsistent kind of guy
6 a;b
7 # This is also a baddy
8 1;3
9 6;7
10 # You better skip me

View File

@@ -0,0 +1,3 @@
# Add one full line comment :-)
1;3#5;7
6;7
1 # Add one full line comment :-)
2 1;3#5;7
3 6;7

View File

@@ -0,0 +1,4 @@
# comment
a;b#12;#
1;3#5;7
6;7
1 # comment
2 a;b#12;#
3 1;3#5;7
4 6;7

View File

@@ -0,0 +1,4 @@
1;3#5;7
6;7
8;9
1;3;7 # this is invalid
1 1;3#5;7
2 6;7
3 8;9
4 1;3;7 # this is invalid

View File

@@ -0,0 +1,4 @@
# Add one full line comment :-)
a;b
1;3#5;7
6;#
1 # Add one full line comment :-)
2 a;b
3 1;3#5;7
4 6;#

View File

@@ -0,0 +1,4 @@
# Add one full line comment :-)
a;b
1;3#5;7
6;"7#test"
Can't render this file because it has a wrong number of fields in line 2.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
# Add one full line comment :-)
a;b
1;3 # 5;7
6;7 #test
1 # Add one full line comment :-)
2 a;b
3 1;3 # 5;7
4 6;7 #test

View File

@@ -0,0 +1,4 @@
,a,
,b,
,c,
d
1 ,a,
2 ,b,
3 ,c,
4 d

View File

@@ -0,0 +1,2 @@
1;3#5;7
6;7
1 1;3#5;7
2 6;7

View File

@@ -0,0 +1,7 @@
# A few comments
# I'm a csv file
a;b
# This is also a baddy
1;3
6;7
# You better skip me
1 # A few comments
2 # I'm a csv file
3 a;b
4 # This is also a baddy
5 1;3
6 6;7
7 # You better skip me

View File

@@ -0,0 +1,7 @@
, A few comments
, I'm a csv file
a;b
, This is also a baddy
1;3
6;7
, You better skip me
1 , A few comments
2 , I'm a csv file
3 a;b
4 , This is also a baddy
5 1;3
6 6;7
7 , You better skip me

View File

@@ -0,0 +1,9 @@
# A few comments
# I'm a csv file
a;b
# This is also a baddy
1;3
6;7#bla
1;3#1;5
6;7
# You better skip me
1 # A few comments
2 # I'm a csv file
3 a;b
4 # This is also a baddy
5 1;3
6 6;7#bla
7 1;3#1;5
8 6;7
9 # You better skip me