diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-12-06 17:03:59 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-12-06 17:03:59 +0000 |
commit | 4c6a364551196833aef9d4ad74ec29510f5068ae (patch) | |
tree | ed30bf98c6159a87fa51616aa4cca1431802b2a1 /pkg/datamaps/testdata/datamap_for_master_test.csv | |
parent | c4e2c664a5f7488ab11e4433aeb9efcffc33a871 (diff) |
ridded of extranneous pkg directory
Diffstat (limited to '')
-rw-r--r-- | pkg/datamaps/testdata/datamap_for_master_test.csv | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pkg/datamaps/testdata/datamap_for_master_test.csv b/pkg/datamaps/testdata/datamap_for_master_test.csv deleted file mode 100644 index cb6178a..0000000 --- a/pkg/datamaps/testdata/datamap_for_master_test.csv +++ /dev/null @@ -1,19 +0,0 @@ -cell_key,template_sheet,cellreference -A Date,Summary,B2 -A String,Summary,B3 -A String2,Summary,C3 -A String3,Summary,D3 -A Float,Summary,B4 -An Integer,Summary,B5 -A Date 1,Another Sheet,B3 -A String 1,Another Sheet,B4 -A Float 1,Another Sheet,B5 -An Integer 1,Another Sheet,B6 -A Date 2,Another Sheet,D3 -A String 2,Another Sheet,D4 -A Float 3,Another Sheet,D5 -An Integer 3,Another Sheet,D6 -A Ten Integer,Introduction,A1 -A Test String,Introduction,C9 -A Vunt String,Introduction,C22 -A Parrot String,Introduction,J9 |