Skip to main content

Hi

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

 

"Name": "Run 1",

"Start Time UTC": "",

"Stop Time UTC": "",

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

 

I tried to use the json transformer but no success

 

thx for help

 

Francesco

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