Question

Join multiple api calls in streamsets


I have multiple API’s to be invoked. Can I use the multiple clients within same pipeline and integrate all the result set into 1 csv file or generate multiple csv files within the same pipeline? How can this be accomplished?


3 replies

Userlevel 2
Badge

Hi @ana00159 Did you try something like this?

You can also take a look at the Field Merger processor along with the above info

Can I read input as csv from these http requests?

 

Userlevel 5
Badge +1

@ana00159 

 

Yes , you can do that. Select data format as delimited and send those files to local file system.

Reply