Closed (fixed)
Project:
Node import
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 21:42 UTC
Updated:
2 Oct 2009 at 15:14 UTC
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...