Closed (fixed)
Project:
Commerce Feeds
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 11:00 UTC
Updated:
19 Jun 2012 at 21:01 UTC
I read about this issue a few posts below, but what I trying to guage is what sort of information does the CVS needs to feed the import.
I see the field (fabrics) and I know I can map it...But what is the information that the CVS needs to feed? The term name or the TID? I have a CVS with both, just not sure which one should be used. Makes me thing the TID would be the one.
Any info on this one?
Comments
Comment #1
pcambraFirst, note that commerce feeds only takes care of the commerce part, that is the product entity itself (sku and properties such author) and the commerce fields, price & reference, all the rest is feeds generic module.
If you look to the taxonomy mapper of Feeds, you'll see this:
So if you've got the tid, use that, it will be way faster, but if you don't have it you can use the term name and taxonomy_term_check_term function will try to guess which tid you're looking for.
Comment #2
spanac commentedYou should look at: Importing Products and Reference Nodes (with screencasts) by rfay. It will give you all the answers on how to use this module.