Replies: 0
We are trying to import data from one site to another using this plugin. The csv being used was exported using the plugin “Export Users to CSV” (https://wordpress.org/plugins/export-users-to-csv/) where, after exporting the csv, we rearranged the column so that email is after username and we renamed the column user_login to Username and user_email to Email as required by the import plugin.
After running the import though, we got the following warning
Warning: Invalid argument supplied for foreach() in /home/carl/Projects/dfiuniversity/wp-content/plugins/import-users-from-csv-with-meta/importer.php on line 107
And my sample user in the csv was not uploaded. We had to remove certain metadata columns before the upload proceeded which is not ideal as we would be excluding data which might be needed for the migration. Is there a possible work around for this where we can retain the data?
Thanks