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