How can I trigger a partial import after my initial import?
-
My goal is to run the import script once to get roughly 7,000 new posts in my WordPress site. Then, I would run a task to automatically send an updated .csv file to a location on the server (every 8 hours). For the updated files, I want to check two fields:
1) Listing details updated? and
2) Listing photos updated?If there is a “yes” value to one or both, I would need to re-import the data and/or all photos (from URLs in a Photos field).
How can I do this using this plugin? I am open to using this plugin + a combination of other tools as well. I know that I will need a cron job to trigger the new imports, but I am unsure how to perform the other tasks described in this post. This could be a really nice feature if not currently supported.
- The topic ‘How can I trigger a partial import after my initial import?’ is closed to new replies.