Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 13:30 UTC
Updated:
23 Jun 2010 at 20:40 UTC
Thanks for an excellent module, it looks to be an extremely powerful extension of views.
I've tried it out - and apologies if I'm missing anything obvious - but I can't find a way for the XML to contain the output you'd normally see in a view rather than the raw values.
I can see the use of this - for example on a price field it's better to receive the raw digits rather than '£4.99 GBP' - but with some fields such as Content Taxonomy fields it would be more helpful to serve up the taxonomy term's name rather than just its tids.
Is there a way to make this work in the interface, or should it be marked as a feature request?
Thanks!
Comments
Comment #1
allisterbeharry commentedRight now the module pulls the raw data from the view row objects. The original thinking was as you mentioned, that for a datasource you might be more interested in that data, than what a user sees in the view. But #1 on the TODO list for the next release is to be able to select whether you want this raw data or the actual rendered output from the view - this is especially important for CCK fields.
Comment #2
jonnyp commentedBrilliant, thanks - will be looking forwards to it :)
Comment #3
simesubscribe
Comment #4
jordanmagnuson commentedSusbscribe
Comment #5
stephthegeek commentedSubscribe
Comment #6
allisterbeharry commentedFixed in 6.x-1.0-beta1. You can use the standard Views label for the field or use the raw field name.