I have a csv file like:

Name|value
----------
John|100
John|200
Jane|150
Jake|250
Jake|250
etc...

I need to make the name as the unique target. But I need to get the value into a CCK field with multiple values allowed. So in the end I should have this as a node:

Title: John, Field1 value1: 100, Field1 value2: 200......

Is it possible?

Thanks already...

Comments

jeni_dc’s picture

I'd be interested in this as well. Right now I'm having to deal with a CSV that has the node content, and another that provides the images where each image is a new row.

Both files have a unique identifier per row so I was able to use Feeds Node Multisource to update the node to add in an image, but when there are multiple images only one will get added on each node.

At the moment the workaround I'll probably end up with is to import the images into a separate content type and map the unique identifier into a cck field, then use that cck field as a views argument to display the images on the main node.

arkjoseph’s picture

Any more work on this? I have been running across similar requests with no solutions or suggestions to follow. The one to many relationship across rows (NOT COLUMNS OR PIPES OR COMMAS OR ANY OTHER CHARACTERS) seems to be a request made many times but ignored.

Here is a similar post but seems to fall short.
http://drupal.org/node/759966

twistor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)