Skip to main content

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?

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?

 


@ana00159 

 

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


Reply