!EXTRACTADD
(Copy URL in PhpBB Forum Format - Info)From iMacros
Deprecated - Please use ADD !EXTRACT {{!COL1}} instead.
Adds (appends) a value to the extraction results. This new value is separated by [EXTRACT] tag from previous extraction results, just as normal extraction results. Adding a specific value or variable to the extraction results is often useful if you want to add an input parameter (for example a search keyword that you read from a CSV list) to your output file of extraction results.
Value
Any character or combination of characters.
Examples
Suppose you want to add the input to a website, which is stored in the variable !COL1, to be also stored in the output. The easiest way to accomplish this is
SET !EXTRACTADD {{!COL1}}
Instead of using !EXTRACTADD, you can also use
ADD !EXTRACT {{!COL1}}
(This use of the add command is not supported in Firefox yet)
