Where to insert data on bulk import
-
I’m trying to insert a little league baseball schedule into my All-in-one event calendar.
The schedule is in a PDF format, but I’m converting it over to excel.
I want to create my own script in PHP to insert all of the data but I’m unsure what tables to insert into.
The only fields I will be using are title, category, tags and time/date.
It looks like the time/date will be inserted into “wp_ai1ec_events” and “wp_ai1ec_event_instances”
The title looks like it is inserted into “wp_posts.”
Where would the category and tags go?
This seems like quite a task to insert these into the tables, but then again there are 5 divisions in this league with lots of games that I really don’t want to manually input into the calendar.
Thoughts? Suggestions? Help?
Thanks!
https://www.ads-software.com/plugins/all-in-one-event-calendar/
- The topic ‘Where to insert data on bulk import’ is closed to new replies.