Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-beta10
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2011 at 16:50 UTC
Updated:
12 Apr 2016 at 16:24 UTC
Jump to comment: Most recent
Comments
Comment #1
steveshook commentedAnyone, anyone? Thanks!
Comment #2
Krummrey commentedFeeds might not be the right tool for the job.
I don' think that feeds can easily maintain relationships between users, posts, forums and so on.
The migrate module might be a better option if you are able to get your data consistently into a mySQL database.
Comment #3
apmsooner commentedThe node import module might be the easier route because you have more control over the field mappings in my opinion. I would put your data in a .csv file and then just import it with that module if i were you.
Comment #4
tterranigma commentedYou can achieve this with Feeds. If you need to maintain relationships between users and posts, etc, you will need to plan carefully and maybe do some tricks or tamper with the data. On one occasion for instance I had to attach a text field to a content type which I populated with data from the csv and I used that field through tokens to populate stuff that I couldn't otherwise (eg filefield paths). Be creative and most probably you will achieve what you want.