Hi..
I need my view to expose Json data for which I have set up several modules like Services, Rest Server, Services Views etc. Now I need a global test field showing '@type':'MyType' for every entry in the view's result, so that the other end (Json extractor) could understand its type and this is mandatory to specify it like this.
But as I create label for the global text field with special char @, views module ignores the label and shows 'nothing_1' as a default label.
This may be because views expect label as plain text and does not allow any html or special chars. But I need only one special char @.
Any work around for this !!
Cheers
Prakash :)
Comments
Comment #2
prakashsingh commentedComment #3
mustanggb commentedHave you tried using Views Datasource?
Comment #4
renatog commentedHi guys, how are you?
For tests I use the Views Datasource as cited by @MustangGB in #3 and works good for me.
RTBC
Comment #5
renatog commentedThank you very much for your contribution @MustangGB .
@prakashsingh ; any question please comment for us okay?
Thank you very much.
Best,
Comment #6
prakashsingh commentedOkay. will try that and comment.
Thanks