Forum Discussion
Anybody?, somebody :smileysad:
testhrishi wrote: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?
Please use a document to capture screens if that makes easy to explain the problem or video would be good, whatever possible.
- testhrishi10 years agoFrequent Contributor
Thanks nmrao,
actually instead of file reading from excel seems to be a better option in my case.
I am trying to create say 100k unique requests for something and would like to run the same over and over again at some point.
So I need to write the first pass to file and then may be use the same file as datasource for next.
So I was hoping to make use of datasink and datasource.
excel may do the job in this case.
Thanks!