Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
kakooo16
Creator
Creator

Put api response to tfileinputjson

Hello , 

I want to put the response that i get from trest in each iteration  to an tfileinputjson because i coudn't link the tfileoutputjson to my trest 

0683p000009MaCU.pngI

Is it possible to do so ? 

 

Thanks in advance

Labels (2)
3 Replies
Anonymous
Not applicable

Hi
tFileInputJson is used to read data from Json file, do you want to extract data from response? If so, use tExtractJsonFields.

Regards
Shong
kakooo16
Creator
Creator
Author

Hello ,

Im already extracting my json fields from api response . 

But , i want just to keep a trace of the api response in a json file 

 

Anonymous
Not applicable

Hi
The response of tRest is a string, just link tRest to tFileOutputDelimited and output the string to a .txt/.json file?
tRest--main--tFileOutputDelimited--main--tExtractJsonField.....