Catch duplicate recipient columns in spreadsheets

If someone has duplicate recipient columns in their file we don’t know
which one to use. This commit adds an error message which should help
them fix the duplication.

This commit doesn’t go to the extra effort to actually show the
correct values for duplication in the preview. Don’t think it’s worth
the effort/complexity for how infrequently we’ve seen this error.

Depends on:
- [ ] https://github.com/alphagov/notifications-utils/pull/376
This commit is contained in:
Chris Hill-Scott
2018-03-02 13:18:04 +00:00
parent ea94d466b6
commit a4424e999f
4 changed files with 66 additions and 3 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ notifications-python-client==4.7.2
# PaaS
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@23.8.0#egg=notifications-utils==23.8.0
git+https://github.com/alphagov/notifications-utils.git@23.8.1#egg=notifications-utils==23.8.1