Hi – I’m using pro and the CSV uploader
For some reason it neither uploads or exports tags. The tags are in my events, I can manually create them but when I export my events into a CSV they don’t appear.
Also when I try and upload a CSV it loads the event information but leaves off tags.
I note that CSV uploader does not create categories if they don’t already exist. Is this on the development schedule?
Stuart Walker
Hi Stuart,
There is a bug in exporting event tags. This line should read event-tag
not even-tags
.
Similarly, this line should read event-tag
not event-tags
. (But the minified version also needs updating). I’ll hopefully have these fixed shortly.
Regarding importing categories: yes, in fact it “can” import categories, but it lacks an way of enabling it. I’ll add a filter to allow you to enable it via a few lines of code in the next (bug-fix) update and look into a UI option for enabling venue/category/tag import.
Stephen Harris
Event Organiser CSV was updated today to 0.1.3, which included
- Fixing a bug regarding exporting tags
- Adding support for importing tags
- Adds a filter to enable creating new venues, tags and categories if they don’t already exist (pending UI options). Documentation for this filter can be found in the readme.
Stephen Harris