Forum Discussion

swright's avatar
swright
New Contributor III
6 years ago
Solved

What is the best way to loop through data from a file... like an csv?

I have a csv file with person ID numbers in one column. I need to use the id number to act on person records in the cloud via REST. What is the best way to setup a pipeline to get an ID, do some pr...
  • sg_sripathi's avatar
    sg_sripathi
    6 years ago

    @swright, if you refer to below pipeline. It will make two REST API call to two different end point (URL constructed using input) and with HTTP body content as you see in the example. So basically the REST snap will take care of processing each document for you.