Question

Extract the Data

  • 21 October 2022
  • 4 replies
  • 1 view

Badge +5

anyone tell me how can i get the data I m using HHTPcaller how can I get the Columns


4 replies

Userlevel 4
Badge +26

You'll need to add a little more information to your question. What does the response look like for the HttpCaller?

Userlevel 6
Badge +31

Your question is quite hard to answer without more context, but I suspect you will find the answer in the article Authenticating and Extracting Information from API calls with the HTTPCaller.

Badge +5

Thaks

 

fro this link

@nielsgerrits​ 

Userlevel 6
Badge +31

Careful, the client_secret is in this link and this is an open forum.

The response is JSON, see attachment. I can't help you because it is a data structure, not a table, so there are many pieces you can get from this in many different ways.

You can parse this using a JSON FeatureReader or do it manually using JSONFragmenters, JSONFlatteners and JSONExtractors.

A good start is Tutorial: Getting Started with JSON

Reply