I see a lot of posts that dance around the subject, but none seem to hit the nail on the head.

Can Node_Import bring in multi-valued CCK fields?

Comments

Todd Young’s picture

...when you don't know how many there will be, I saw something about using a double-pipe character to separate them or something?

Otherwise, do I need to simply create many, many "extra fields" to cover the most abundant case?

Todd Young’s picture

Status: Active » Closed (fixed)

I simply created many extra fields in my DB when generating the CSV to completely de-normalize the data. My situation allows me to expect "no more than X" list entries, so I can fudge it on the DB side. Question withdrawn...