swright
5 years agoNew Contributor III
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 processing, then execute a REST snap, then go back and do the same for the next ID and continue looping through the IDs?
Thanks,
Scott
@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.