I am working on a migration of about 5k users from a Drupal deployment to XenForo. I don't need to carry over anything other than the users.
My current thought is to write a quick script that populates the user info into the XML format of the data-portability import/export users feature in the Admin Control Panel.
Would this be a decent approach, or should I consider another way to import the user (my understanding is direct insert into xf_user table is not best practice)? If so, does the import feature of the admin control panel batch the requests of a single XML file or should I split the import into chunks of X users?
Thank you!
My current thought is to write a quick script that populates the user info into the XML format of the data-portability import/export users feature in the Admin Control Panel.
Would this be a decent approach, or should I consider another way to import the user (my understanding is direct insert into xf_user table is not best practice)? If so, does the import feature of the admin control panel batch the requests of a single XML file or should I split the import into chunks of X users?
Thank you!