Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how convert tJavaRow out put into json and calliing REST

I have to convert tJavaRow out put into josn and have to pass that json to REST..need help to achieve this..

 

0683p000009M2ad.png

Labels (4)
1 Reply
vapukov
Master II
Master II

you need put tXMLMap between them (as a variant, or tWRITEJsonFields) for prepare target JSON

 

also, you could use tRESTClient instead of tREST, it just more visible mange accepted format and you can use tXMLMap and for JSON and for XML:

 

0683p000009M2c0.png