mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Upload tags from CSV (#6484)
This commit is contained in:
6
spec/fixtures/csv/tags.csv
vendored
Normal file
6
spec/fixtures/csv/tags.csv
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
tag1
|
||||
Capitaltag2
|
||||
spaced tag
|
||||
tag1
|
||||
tag3,taggroup1
|
||||
tag4,taggroup1
|
||||
|
5
spec/fixtures/csv/tags_invalid.csv
vendored
Normal file
5
spec/fixtures/csv/tags_invalid.csv
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
tag1
|
||||
tag2
|
||||
tag3,taggroup1
|
||||
tag4,taggroup2
|
||||
tag5,with,too,many,columns
|
||||
|
Reference in New Issue
Block a user