• Resolved criss.ong

    (@crissong)


    Hi,

    I am trying to import the user information together with predefined ID for the user. As I will need to import in woocommerce order that matches the ID later on using another plugin or so.

    But it seems that having a column “ID” or “id” does not work as it create error and skip the whole import. What is the column header that i need to put for it to be able to include that in as well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @crissong,

    You cannot create users with an ID. WordPress use MariaDB/MySQL and user_id is an autoincremental so you cannot use it.

    You can use user_id to UPDATE.

    You can solve your problem making some kind of action after import, there are some hooks available in the plugin that you can use.

    If you don’t know how to code it, tell me to [email protected] and we talk about this.

    Thanks.

    Javier

    Plugin Author Javier Carazo

    (@carazo)

    As there is no more answer, I mark as solved the question.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import user with ID’ is closed to new replies.