diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-12-08 13:35:39 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-12-08 13:35:39 +0000 |
commit | 4457cd61f10565c5fa1abafc5e763fb676c4293f (patch) | |
tree | 85903a7131eac2d6b7b10f0ef9d8fb2f123c01fe /datamaps/testdata/datamap_for_master_test.csv | |
parent | 4c6a364551196833aef9d4ad74ec29510f5068ae (diff) |
fixed missing datamaps pkg
Diffstat (limited to 'datamaps/testdata/datamap_for_master_test.csv')
-rw-r--r-- | datamaps/testdata/datamap_for_master_test.csv | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/datamaps/testdata/datamap_for_master_test.csv b/datamaps/testdata/datamap_for_master_test.csv new file mode 100644 index 0000000..cb6178a --- /dev/null +++ b/datamaps/testdata/datamap_for_master_test.csv @@ -0,0 +1,19 @@ +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 |