last version changed meta field handling (bug?)
-
I have a meta field in my user records called “share_email”. In the CVS file for the import, this column is either 1 or 0, and previously that was properly importing as either
array (
0 => ‘1’,
)
or
array (
0 => ‘0’,
)
respectively. As of a recent version (probably 1.7.0) of the plugin, for the 0 value, this either does not create the meta field at all, or if I go and uncheck “Don’t add Empty value fields in database” then the meta field is created for 0, but as
array (
0 => ”,
)So for some reason, the new version is treating a 0 in the CSV file as NULL, i.e. there is no value.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘last version changed meta field handling (bug?)’ is closed to new replies.