Action Step Properties

The Action step can run multiple specific actions one after the other in order. More actions will be available in the future.

Description

This subsection is collapsed by default in the interface, to allow more screen space be given to other important parts.

Name: The name of the step. This name will be displayed on top of the step's icon in the Steps pane.

Comments: The text entered here gives more details on the step and will be displayed in the tooltip appearing when hovering over the step in the Steps pane.

Actions

This subsection lists all actions executed by the step, and their types:

  • Name: A name by which to refer to the action. This name has no impact on functionality.
  • Type:
    • Set property: Sets the value of a Source Record property which was created in the Preprocessor Step.
    • Run JavaScript : Runs a JavaScript expression, giving much more flexibility over the extraction process.

Set Property

Run JavaScript

  • Expression: The JavaScript expression to run.
  • Use JavaScript Editor: Click to display the Edit Script dialog.
  • Running a JavaScript expression offers many possibilities, for example:
    • Setting Properties and Record Field values using advanced expressions
    • Do complex mathematical operations and calculations
    • More features to come in future versions. For more information, see JavaScript in DataMapper.
  • Use selected text: Inserts the text in the current data selection in the JavaScript Expression. If multiple lines or elements are selected, only the first one is used.
  • Use selection: Click to use the value of the current data selection for the extraction.

  • If the selection contains multiple lines, only the first line is selected.
 
  • Last Topic Update: 24/01/2017 09:32
  • Last Published: 7/6/2017 : 9:48 AM