• Resolved dontrix123

    (@dontrix123)


    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;}

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘serialize import problem’ is closed to new replies.