SELECT
Selects content from the neutral Table-format.
Properties
From | Name of the Input Data Source.The input-source must contain the neutral Table-format. |
To | Name of the Output Data Source. |
Parameters
@FILTER | Filter the result of the selected data. See Action Commands for more information. |
@ORDER | Order the result of the selected data. See Action Commands for more information. |
Map
From | Name of Header, as it is named from Input-source. |
To | Name of the Header as it should be called in the Output-source. |
Script | Any Script code to execute for this header |
Guide
The purpose of this Command is to do additional processing on results from other Commands. Perhaps we need to select various content from multiple sources, validate and format these individually, and then combine these into one or more other data sources before we have the desired results.
This Command can also be used to split the process into easier and more comprehensible steps.
- 1 Properties
- 2 Parameters
- 3 Map
- 4 Guide