FEATURE: Upload tags from CSV (#6484)

This commit is contained in:
David Taylor
2018-10-15 09:12:54 +01:00
committed by GitHub
parent 8fa59f0548
commit 7ac08f936e
13 changed files with 137 additions and 2 deletions

6
spec/fixtures/csv/tags.csv vendored Normal file
View File

@@ -0,0 +1,6 @@
tag1
Capitaltag2
spaced tag
tag1
tag3,taggroup1
tag4,taggroup1
1 tag1
2 Capitaltag2
3 spaced tag
4 tag1
5 tag3,taggroup1
6 tag4,taggroup1

5
spec/fixtures/csv/tags_invalid.csv vendored Normal file
View File

@@ -0,0 +1,5 @@
tag1
tag2
tag3,taggroup1
tag4,taggroup2
tag5,with,too,many,columns
1 tag1
2 tag2
3 tag3,taggroup1
4 tag4,taggroup2
5 tag5,with,too,many,columns