• 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.

Viewing 1 replies (of 1 total)
  • Plugin Author Takuro Hishikawa

    (@hissy)

    This plugin is not familiar with automation. It extends core importer class, but core importer class is depends on file input. IMHO, you should search another plugin or customize my plugin deeply.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I trigger a partial import after my initial import?’ is closed to new replies.