Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author aryanduntley

    (@dunar21)

    You have to look at the explanations after you choose a form. It explains how to work with fields that can take multiple values and has examples for the various fields that do have those.. Basically, all you have to do is provide a comma separated list inside of double quotes for that csv column.

    Thread Starter jhoffmcd

    (@jhoffmcd)

    So for example if I had something like a multi-column list with three fields “Type”, “Color”, “Shape” and I needed to import 5 rows into one entry I would do something like this?

    “Type1, Color1, Shape1″,”Type2, Color2, Shape2″,”Type3, Color3, Shape3″,”Type4, Color4, Shape4″,”Type5, Color5, Shape5”

    I guess the question is can we have csv within a csv for the List type. I couldn’t seem to get this to work.

    I am running into this but with Addresses and Checkboxes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Importing Lists with Multiple Columns’ is closed to new replies.