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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Streaming Rest API call with Talend

Hi,

 

I'm testing a Streaming rest service using talend tRest component. My sample request payload will be like this

{

"id" : "someId",

"records":[ {   "a1":"data1"},{ "a1":"data2"}]

}

I want to know, is there any talend rest client component which support streaming API call. it seems tRest component waits till all the array which is sent over payload is processing to write the response to the response connection. I also tried with tRestClient, but there I could not Map the array of objects using tXmlMap. that means

i tried to generate 

"records":[ { "a1":"data1"},{ "a1":"data2"}]

but actually got:

"records":"[ { "a1":"data1" }, { "a1":"data2"}]

 

can anyone give any solution? Thank you

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi,

Could you please post your job design screenshots into forum which will be helpful for to understand your current situation?

Best regards

Sabrina