Skip to main content
Question

Join multiple api calls in streamsets

  • May 31, 2022
  • 3 replies
  • 157 views

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

Forum|alt.badge.img
  • StreamSets Employee
  • 31 replies
  • June 1, 2022

Hi @ana00159 Did you try something like this?

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


  • Author
  • Discovered Fame
  • 11 replies
  • June 1, 2022

Can I read input as csv from these http requests?

 


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • June 2, 2022

@ana00159 

 

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