Use resources to import csv file into BAS. Define resource type as "Lines from file" and set it to "Use each line one time" if you need that behavior. Than just put resource variable in place of URL.
Create a loop with list of URLs
-
Hi everyone,
I'm not an expert on this software.
I want to ask you which functions are suitable for doing this simple action:
I have a text file containing urls (I'm not sure if they must be separated by commas or if each one must be positioned for each line).
I would like to create a foreach loop where all the url's of the text file were opened one at a time.
Thanks in advance -
Please read the following for LinesFromFile & resources.
Wiki
2 Methods
Another Post