aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/testdata
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-07-27 21:48:04 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-07-27 21:48:04 +0100
commit76e347271d4ce0e611389839253e3ac5cc50822e (patch)
tree7763c21305c00aec0dd9bb5d0000ef85b9058c9d /pkg/datamaps/testdata
parent6432f9a7465453bc2efa11b736e19d58a0503e43 (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.csv5
-rw-r--r--pkg/datamaps/testdata/test_template.xlsxbin9193 -> 0 bytes
-rw-r--r--pkg/datamaps/testdata/test_template2.xlsxbin9193 -> 0 bytes
-rw-r--r--pkg/datamaps/testdata/test_template3.xlsxbin9193 -> 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
deleted file mode 100644
index 77ac56f..0000000
--- a/pkg/datamaps/testdata/test_template.xlsx
+++ /dev/null
Binary files differ
diff --git a/pkg/datamaps/testdata/test_template2.xlsx b/pkg/datamaps/testdata/test_template2.xlsx
deleted file mode 100644
index 77ac56f..0000000
--- a/pkg/datamaps/testdata/test_template2.xlsx
+++ /dev/null
Binary files differ
diff --git a/pkg/datamaps/testdata/test_template3.xlsx b/pkg/datamaps/testdata/test_template3.xlsx
deleted file mode 100644
index 77ac56f..0000000
--- a/pkg/datamaps/testdata/test_template3.xlsx
+++ /dev/null
Binary files differ