diff options
Diffstat (limited to 'tests/tableflow_test_data/tableOut1nonProcessed.csv')
-rw-r--r-- | tests/tableflow_test_data/tableOut1nonProcessed.csv | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tableflow_test_data/tableOut1nonProcessed.csv b/tests/tableflow_test_data/tableOut1nonProcessed.csv new file mode 100644 index 0000000..a3bda44 --- /dev/null +++ b/tests/tableflow_test_data/tableOut1nonProcessed.csv @@ -0,0 +1,8 @@ +# this is comment line1 +# this is comment line2 +# make sure that the very first column has numbers in it +x,y,z +1,2,3 +2,3,4 +4,5,6 + |