From 76e347271d4ce0e611389839253e3ac5cc50822e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 27 Jul 2020 21:48:04 +0100 Subject: fixing a bug in ExtractDBDatamap and still working on data import code --- pkg/datamaps/testdata/datamap_matches_test_template.csv | 5 +++++ pkg/datamaps/testdata/test_template.xlsx | Bin 9193 -> 0 bytes pkg/datamaps/testdata/test_template2.xlsx | Bin 9193 -> 0 bytes pkg/datamaps/testdata/test_template3.xlsx | Bin 9193 -> 0 bytes 4 files changed, 5 insertions(+) create mode 100644 pkg/datamaps/testdata/datamap_matches_test_template.csv delete mode 100644 pkg/datamaps/testdata/test_template.xlsx delete mode 100644 pkg/datamaps/testdata/test_template2.xlsx delete mode 100644 pkg/datamaps/testdata/test_template3.xlsx (limited to 'pkg/datamaps/testdata') 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 Binary files a/pkg/datamaps/testdata/test_template.xlsx and /dev/null differ diff --git a/pkg/datamaps/testdata/test_template2.xlsx b/pkg/datamaps/testdata/test_template2.xlsx deleted file mode 100644 index 77ac56f..0000000 Binary files a/pkg/datamaps/testdata/test_template2.xlsx and /dev/null differ diff --git a/pkg/datamaps/testdata/test_template3.xlsx b/pkg/datamaps/testdata/test_template3.xlsx deleted file mode 100644 index 77ac56f..0000000 Binary files a/pkg/datamaps/testdata/test_template3.xlsx and /dev/null differ -- cgit v1.2.3