should be it
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
header1,header2,header3
|
||||
a,#b,c
|
||||
|
+3
@@ -0,0 +1,3 @@
|
||||
a,b
|
||||
a#b
|
||||
x,y
|
||||
|
+7
@@ -0,0 +1,7 @@
|
||||
x,y,z
|
||||
# comment
|
||||
1,2,3
|
||||
# comment
|
||||
# comment
|
||||
4,5,6
|
||||
# comment
|
||||
|
+2894
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
skip this line
|
||||
# comment
|
||||
x,y,z
|
||||
1,2,3
|
||||
4,5,6
|
||||
|
@@ -0,0 +1,6 @@
|
||||
# This is also a baddy
|
||||
1;3
|
||||
# This is also a baddy
|
||||
1;3
|
||||
1;3
|
||||
1;3
|
||||
|
+2734
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
@@ -0,0 +1,3 @@
|
||||
# Add one full line comment :-)
|
||||
1;3#5;7
|
||||
6;7
|
||||
|
@@ -0,0 +1,4 @@
|
||||
# comment
|
||||
a;b#12;#
|
||||
1;3#5;7
|
||||
6;7
|
||||
|
@@ -0,0 +1,4 @@
|
||||
1;3#5;7
|
||||
6;7
|
||||
8;9
|
||||
1;3;7 # this is invalid
|
||||
|
@@ -0,0 +1,4 @@
|
||||
# Add one full line comment :-)
|
||||
a;b
|
||||
1;3#5;7
|
||||
6;#
|
||||
|
@@ -0,0 +1,4 @@
|
||||
# Add one full line comment :-)
|
||||
a;b
|
||||
1;3#5;7
|
||||
6;"7#test"
|
||||
|
+2894
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
# Add one full line comment :-)
|
||||
a;b
|
||||
1;3 # 5;7
|
||||
6;7 #test
|
||||
|
@@ -0,0 +1,4 @@
|
||||
,a,
|
||||
,b,
|
||||
,c,
|
||||
d
|
||||
|
@@ -0,0 +1,2 @@
|
||||
1;3#5;7
|
||||
6;7
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user