Closed (fixed)
Project:
Node import
Version:
5.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2007 at 14:52 UTC
Updated:
14 Jul 2012 at 23:24 UTC
I've created a content type (using CCK) called "Country presence" which is intended to enable a user to show whether an item (the node title) is present or not in a list of countries. Within this content type are a number of fields for each continent (seemed logical to me), and for each of these the user is able to select from a list of checkboxes each country. Whilst creating this content type, the following was entered in the "Allowed values list" for the field "south_america":
AR|Argentina
BL|Bolivia
BR|Brazil
CI|Chile
CO|Colombia
EC|Ecuador
FK|Falkland Islands
FG|French Guiana
GY|Guyana
PA|Paraguay
PE|Peru
NS|Suriname
UY|Uruguay
VE|VenezuelaMy question is simple, how do I structure my CSV file to be able to import into this, as I've tried a couple of what I felt were logical methods (shown below), but all to no avail.
object africa europe asia
sample map Angola France Japanobject africa europe asia
sample map ag fr ja
Comments
Comment #1
sdrycroft commentedI'll assume by the lack of reply that this module doesn't actually fully support the CCK module. Perhaps this should be stated on the modules front page.
Comment #2
sdrycroft commentedI'll assume by the lack of reply that this module doesn't actually fully support the CCK module. Perhaps this should be stated on the module's front page.
Comment #3
dwees commentedSee this comment for a patch which may solve your issue.
Dave
Comment #4
Robrecht Jacques commentedFixed in 5.x-1.x-dev. Will be included in the next release of node_import (5.x-1.8) released later today.
The following are allowed:
To supply multiple values for one field:
Thanks for reporting this.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.