Skip to main content

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.

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.

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


Reply