diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-27 21:48:04 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-27 21:48:04 +0100 |
commit | 76e347271d4ce0e611389839253e3ac5cc50822e (patch) | |
tree | 7763c21305c00aec0dd9bb5d0000ef85b9058c9d /pkg/datamaps/testdata | |
parent | 6432f9a7465453bc2efa11b736e19d58a0503e43 (diff) |
fixing a bug in ExtractDBDatamap and still working on data import code
Diffstat (limited to 'pkg/datamaps/testdata')
-rw-r--r-- | pkg/datamaps/testdata/datamap_matches_test_template.csv | 5 | ||||
-rw-r--r-- | pkg/datamaps/testdata/test_template.xlsx | bin | 9193 -> 0 bytes | |||
-rw-r--r-- | pkg/datamaps/testdata/test_template2.xlsx | bin | 9193 -> 0 bytes | |||
-rw-r--r-- | pkg/datamaps/testdata/test_template3.xlsx | bin | 9193 -> 0 bytes |
4 files changed, 5 insertions, 0 deletions
diff --git a/pkg/datamaps/testdata/datamap_matches_test_template.csv b/pkg/datamaps/testdata/datamap_matches_test_template.csv new file mode 100644 index 0000000..553828d --- /dev/null +++ b/pkg/datamaps/testdata/datamap_matches_test_template.csv @@ -0,0 +1,5 @@ +cell_key,template_sheet,cellreference +A Ten,Introduction,A1 +A Test,Introduction,C9 +A Vunt,Introduction,C22 +Floaty,Another Sheet,D5 diff --git a/pkg/datamaps/testdata/test_template.xlsx b/pkg/datamaps/testdata/test_template.xlsx Binary files differdeleted file mode 100644 index 77ac56f..0000000 --- a/pkg/datamaps/testdata/test_template.xlsx +++ /dev/null diff --git a/pkg/datamaps/testdata/test_template2.xlsx b/pkg/datamaps/testdata/test_template2.xlsx Binary files differdeleted file mode 100644 index 77ac56f..0000000 --- a/pkg/datamaps/testdata/test_template2.xlsx +++ /dev/null diff --git a/pkg/datamaps/testdata/test_template3.xlsx b/pkg/datamaps/testdata/test_template3.xlsx Binary files differdeleted file mode 100644 index 77ac56f..0000000 --- a/pkg/datamaps/testdata/test_template3.xlsx +++ /dev/null |