Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
JCHABAUD1638257130
Contributor
Contributor

Connect TRestClient in Tloop on tMap

Hello,

I use tRestClient to send Get request. The Api returns data by set of 100 records until the field offset is null.

So i made the following job : it works :

0695b00000L2VPjAAN.png

Now i want to use the records return by the API in a tMap component (lookup flow) ONCE all records were read by the api.

How to do that ?

Thanks in advance.

Labels (2)
1 Solution

Accepted Solutions
kakooo16
Creator
Creator

After tjavaRow use a thashoutput .

workflow would be :

tjava ->tloop ->tjava->trestclient->textractjsonfields->tjavarow->thashoutput ->tjava

|

onsubjoubOK

|

thashinput->tlogrow

View solution in original post

3 Replies
kakooo16
Creator
Creator

After tjavaRow use a thashoutput .

workflow would be :

tjava ->tloop ->tjava->trestclient->textractjsonfields->tjavarow->thashoutput ->tjava

|

onsubjoubOK

|

thashinput->tlogrow

JCHABAUD1638257130
Contributor
Contributor
Author

Thanks a lot, it' works !!

The job is now :

0695b00000L2W5QAAV.png 

kakooo16
Creator
Creator

Grea,could you mark topic as solved