Skip to content

Commit

Permalink
Test file for skiplines testing
Browse files Browse the repository at this point in the history
this one we added as a file, so we can see if flexible csv reading handles it properly
  • Loading branch information
jqnatividad committed Apr 23, 2022
1 parent 9ac71fc commit 0c5b931
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/test/inputskiptest.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# test file to see how skiplines work"
! this is another comment before the header"
# DATA DICTIONARY"
! column1 - alphabetic; id of the column"
% column2 - numeric; just a number"
column1,column2
a,1
b,2
c,3
d,4
e,5
// this is an epilog line
# and another one

0 comments on commit 0c5b931

Please sign in to comment.