[Plugin: Import Users from CSV] Arrays being imported in wrong format
-
Im using this plugin to import array values for a user_meta field. After importing the the csv file with data, it says successful but when I check the database the arrays are imported in a different format.
Here is an example of what I want to import:
a:1:{i:0;s:2:”34″;}
Here is an example of what is actually imported:
s:2:”a:1:{i:0;s:2:”34″;}”;
Im not sure why its importing this way, but I know Im probably missing something. I would appreciate some advice on this.
Thanks a lot
https://www.ads-software.com/extend/plugins/import-users-from-csv/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Import Users from CSV] Arrays being imported in wrong format’ is closed to new replies.