Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
my content in tfileinput delimited
{"q":"1-10"}
{"q":"7-36"}
{"q":"8-36"}
If am passing the content in first row in trest as POST , tRest provides me with the response.
But final row response replaces the preceding rows response , thereby only the final row response is stored.
How to carry responses for all the rows in loop from tRest .
If you see the above image , after tRest , only one row is getting processed. how should I process all the rows and take the required fields from the response.
When i use tlog row , I could get the responses from all rows . Now Pls guide me in how to extrarct all the responses from tRest
It looks like everything is configured correctly, especially since you can see all rows in the tLogRow. Each time you iterate then pass the extracted JSON to the file, you are effectively overwriting the previous record written there. This is why you are only seeing the last record, because it overwrote the previous one