Closed (duplicate)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Feeds Import
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2012 at 15:30 UTC
Updated:
10 Oct 2012 at 15:36 UTC
I've created a CSV importer that creates new nodes. Paired with Feeds Tamper and Media Feeds, I've been able to accomplish most everything I needed.
However, I have one field that isn't importing. I've created a taxonomy vocabulary for Year (i.e. 2011, 2012, etc.). The taxonomy reference on the Node is an autocomplete field (not sure if that matters). If the value for the imported field is a year (i.e. integer), it is ignored. If I add a non-numeric character (i.e. 2011a), it imports fine. Including quotation marks around the year doesn't help.
Is this because it is assuming the integer is a tid instead of the term name? Any recommendations on how to avoid this?
Comments
Comment #1
j_shb commentedSorry, just found this thread that helps with the issue: http://drupal.org/node/1019688