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?
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
Comment #1
Todd Young commented...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?
Comment #2
Todd Young commentedI 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...