• I would like to create an Import from importing new items (Lets name it import id 1), than I want to create another import just for updating existing records creted with the imporrt id 1, and create third import to check for value and set created with ID 1 records to private or trash.

    How can I acheive that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @webg,

    You can set up a “New Items” import for the first import, then use the “Existing Items” option for the 2nd and 3rd imports. We explain the import types, and include links to documentation explaining how to use them, here: https://www.wpallimport.com/documentation/import-types/.

    Thread Starter Husein Yuseinov

    (@webg)

    How would you update post status of an existing records created with “New Items” import using “Existing Items” import option and match by unique identifier and set new post status to private or trash?

    Plugin Author WP All Import

    (@wpallimport)

    Hi @webg,

    How would you update post status of an existing records created with “New Items” import using “Existing Items” import option

    In the import template, you’d import “private” or “trash” via the “Set with XPath” option under “Post Status”: https://d.pr/i/1W15l8. Then, in the import settings, you’d choose how to match the existing items, and choose to only update the post status: https://d.pr/i/rlBrtP.

    and match by unique identifier

    You can’t match by the Unique Identifier in an existing items import, you’d have to match by title/content/post ID or a unique custom field value.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.