Replies: 0
I have a problem in importing csv to serialize. (VAL1 = 000000 | VAL2 = 111111| VAL3 = 222222)
This is the value from auto detection:
a:3:{s:3:”VAL1“;s:1:”000000″;s:3:”VAL2“;s:2:”111111″;s:3:”VAL3“;s:4:”222222″;}
But when I try to drag an element to the value (VAL1 = 000000 to VAL1 = {order[1]})
a:3:{s:3:”VAL1“;s:1:”{order[1]}”;s:3:”VAL2“;s:2:”111111″;s:3:”VAL3“;s:4:”222222”;}
with “” or without”” same problem it shows like this in the databse:
a:1:{i:0;b:0;}