!DATASOURCE
(Copy URL in PhpBB Forum Format - Info)From iMacros
Specifies the name and location of an input file for merging data with macro. If no folder is supplied the file is assumed to lie in the standard data input directory of your iMacros installation, e.g. %USERPROFILE%\Documents\iMacros\Datasources\.
Currently iMacros can read data sources files only in CSV format.
iMacros 7 can use either a comma as CSV separator, or the list separator set in Windows Regional Settings. To set the separator for both reading and writing (as in SAVEAS TYPE EXTRACT) CSV files, use the check box in the Options dialog.
Contents |
Value

Valid name and location of the input file.
Set By
[ ] Internal
[X] SET
Internal means that the iMacros program itself sets the value of the variable during program run. SET means that the user can set this value via the SET command inside a macro.
Examples
SET !DATASOURCE C:\mysource.txt
Sample macros: Demo-Datasource, Demo-Loop-Csv-2-Web
