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

allisterbeharry’s picture

Assigned: Unassigned » allisterbeharry
Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.