Skip to main content
Solved

Answer from HERE API

  • October 29, 2018
  • 2 replies
  • 21 views

Forum|alt.badge.img

Hello,

Screen shot attached is an answer from HERE API. What I do not get is : why I only see the first 3 attributes in the TableView window within the Inspector ? If I can understand a little more on that one, that would be helpful to then process info from response.isoline{*}.component{*}.shape{*} (encoded: UTF-8) records especially.

Thank you for your inputs, regards.

Best answer by jdh

List attributes are not shown in the table view by default. You can expose specific indexes by clicking on the columns button, and selecting them.

Additionally, if attributes are not exposed on the canvas, they are also not visible by default in the inspector. Presumably you used a JSON transformer to parse the _response_body from the httpcaller.

 

That transformer will have a parameter to expose attributes.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jdh
Contributor
Forum|alt.badge.img+36
  • Contributor
  • 2001 replies
  • Best Answer
  • October 29, 2018

List attributes are not shown in the table view by default. You can expose specific indexes by clicking on the columns button, and selecting them.

Additionally, if attributes are not exposed on the canvas, they are also not visible by default in the inspector. Presumably you used a JSON transformer to parse the _response_body from the httpcaller.

 

That transformer will have a parameter to expose attributes.

Forum|alt.badge.img
  • Author
  • 5 replies
  • October 30, 2018

Thanks for your inputs, it helped to move forward. I've tried the AttributeExploder and I got the desired output.