diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-05-28 23:50:32 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-05-28 23:50:32 -0400 |
commit | 593e395eb7d17873ddddd5c57bce35d7d0c30e1d (patch) | |
tree | 254e14da610f2300572445db1ef4400ddf0ce9e4 /tests/tableflow_test_data | |
parent | a68804ebc415b1642fbbeaf10702880da4ab3c88 (diff) | |
download | qolab-593e395eb7d17873ddddd5c57bce35d7d0c30e1d.tar.gz qolab-593e395eb7d17873ddddd5c57bce35d7d0c30e1d.zip |
template for reflow/postprocessing table function
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 + |