Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Jan 2010 at 21:56 UTC
Updated:
22 Jun 2010 at 20:20 UTC
I'm migrating from Drupal 5 and noticed that the new XML datasource module does not render any of the fields. This means that, for for example a taxonomy field, I'll see a tid (term id) instead of the actual term. Since I'm importing my data into other applications, IDs of any sort are useless.
Am I overseeing an option to get back rendered data or has it been removed from the module?
Comments
Comment #1
allisterbeharry commentedThis is fixed in 6.x-1.0-beta1 You can choose which field data is rendered - the raw db query result field or the field as normally rendered by Views. Note that if you have multiple taxonomy terms for a node - a duplicate row is created for each node. This is by design in Views. Use the Taxonomy All Fields field to group multiple txonomy terms in one row.