Import serialize empty data problem
-
Hello,
I am using your great plugin.
But I am facing an issue :
– I have a template that save serialize data : key1/value1, key2/value2
– I have checked : “Do Not add empty field in the DB”But in database, if my key2/value2 is empty, that data is save with “”.
I think that your plugin must skip the data ?
Exemple :
value1 = value1
value2 = emptyResult in database : a:2:{i:0;s:4:”key1″;i:1;s:0:””;}
Result expected : a:1:{i:0;s:4:”key1″;}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Import serialize empty data problem’ is closed to new replies.