Extract
Extracts a value into a table set. The value will typically be another global that extracts data from a page or site.
Syntax
Action.Extract
· [value]
· [name]
Parameters
- value
- The value to extract.
- name
- The table set to extract to.
Remarks
If the destination tables do not exist, the tables are created. If the tables exist but have a different schema, an error is thrown. Otherwise, data is appended to the existing tables.