testhrishi
10 years agoFrequent Contributor
looking for a good way to import request xml from a text file
looking for a good way to import request xml from a text file
I have a set of say multiple xml requests in a text file. Although I used a comma separator for my datasink, the requests get added one below the next without a comma, and thats how I have the file created and set up.
Now if I need to re-run the exact same requests through the loop until it reads them all, is there a good way to read those request sequentially from the file?