diff options
Diffstat (limited to 'pkg/datamaps/testdata')
-rw-r--r-- | pkg/datamaps/testdata/datamap_for_master_test.csv | 19 | ||||
-rw-r--r-- | pkg/datamaps/testdata/datamap_matches_test_template.csv | 23 | ||||
-rw-r--r-- | pkg/datamaps/testdata/test_template.xlsm | bin | 9196 -> 9203 bytes |
3 files changed, 26 insertions, 16 deletions
diff --git a/pkg/datamaps/testdata/datamap_for_master_test.csv b/pkg/datamaps/testdata/datamap_for_master_test.csv new file mode 100644 index 0000000..cb6178a --- /dev/null +++ b/pkg/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 diff --git a/pkg/datamaps/testdata/datamap_matches_test_template.csv b/pkg/datamaps/testdata/datamap_matches_test_template.csv index cb6178a..9ff8c8c 100644 --- a/pkg/datamaps/testdata/datamap_matches_test_template.csv +++ b/pkg/datamaps/testdata/datamap_matches_test_template.csv @@ -1,19 +1,10 @@ cell_key,template_sheet,cellreference -A Date,Summary,B2 +A Ten,Introduction,A1 +A Test,Introduction,C9 +A Vunt,Introduction,C22 +Floaty,Another Sheet,D5 +A Parrot,Introduction,J9 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 +A Number,Another Sheet,N34 +A Rabbit,Another Sheet,DI15 diff --git a/pkg/datamaps/testdata/test_template.xlsm b/pkg/datamaps/testdata/test_template.xlsm Binary files differindex a13559c..918fd54 100644 --- a/pkg/datamaps/testdata/test_template.xlsm +++ b/pkg/datamaps/testdata/test_template.xlsm |