Open URL using data file

Hi, I want to use a value from my data file to open the URL at the beginning of the test case. How can that be done. Basically i need to use data from file with Open command.

Hi, use “storeCsv” command to get this url from file and save to variable i.e. myUrl.
Then use “open” command and as a target type:
${myURL}