Hey Henrik,
To clarify my input, it is one line returned as the result of stored proc call. It looks like this: A,B,C,D. You're suggesting that I process the data line by line. I could modify the output of the stored proc create rows instead of a single line output. Is there an example of how this would work somewhere? How would I link the rows in the result to the input of my string parser? Besides splitting the string on commas I will need to do some other string manipulation as well to ready the text for the call to the web API.