Question

How to read json

  • 2 April 2023
  • 1 reply
  • 1 view

Badge +11

Hi

I need to extract from json the info reated to each run

 

"Name": "Run 1",

"Start Time UTC": "",

"Stop Time UTC": "",

"Duration (hh:mm:ss)": "",

 

I tried to use the json transformer but no success

 

thx for help

 

Francesco


1 reply

Userlevel 5
Badge +25

You need to tell the JSON reader what (and how) to read:

 

In its parameters, set the Schema Scan mode to "JSON Query" and specify a JSON Query to read:

Schermafbeelding 2023-04-03 103206

Reply