• 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)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @dontrix123

    Just based on your description, it looks like you’ll need to store your import values like {order[1]} inside Custom Fields, and then use our API to put the serialized array in the database.

    That being said, we can advise on this much better by seeing the data you’re talking about. Please set up this issue at https://www.wpallimport.com/debug/ and open a support ticket at https://www.wpallimport.com/support/ that references this ticket so that we can help out.

    Thread Starter dontrix123

    (@dontrix123)

    Thank you for the answer, I already understand how to work on it.. I just need to do some custom codes to make it work..

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