Extract Step Properties

The Extract step takes information from the Data Sample and places it in the Extracted Record within the Record Set.

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.

Extraction Definition

  • Data Table: Defines where the data will be placed in the Extracted Record. The root table is record, any other table becomes a detail table. For more information see detail tables.
  • Append values to current record: When the Extract Step is within a loop, check this to ensure that the extraction will be done in the same detail line as any previous extractions within the same loop. This ensures that, if multiple extracts are present, only one detail line is created.

Field Definition

This sub-section explains how the currently selected Extract Field in the Field List is defined.

Data Format

The data format defines the precise format for some of the variable types, such as dates and currencies.

  • Boolean
  • String
  • HTML String
  • Integer
    • Negative Sign Before: Adds a negative (-) sign before negative values in the Extracted Record.
    • Thousand Separator: Adds the selected character between each thousand position (for example, "1,000,000")
    • Treat empty as 0: Considers empty spaces as 0.
  • Float
    • Negative Sign Before: Adds a negative (-) sign before negative values in the Extracted Record.
    • Decimal Separator: Determines the character to use for decimal values, generally a dot (.).
    • Thousand Separator: Adds the selected character between each thousand position (for example, "1,000,000")
    • Treat empty as 0: Considers empty spaces as 0.
  • Currency
    • Negative Sign Before: Adds a negative (-) sign before negative values in the Extracted Record.
    • Decimal Separator: Determines the character to use for decimal values, generally a dot (.).
    • Thousand Separator: Adds the selected character between each thousand position (for example, "1,000,000")
    • Currency Sign: Determines the character to add before the value in the Extracted Record.
    • Treat empty as 0: Considers empty spaces as 0.
  • Date
    • Date/Time Format: Determines how the date is read. The format written here needs to correspond with the format in the data selection.
    • Language: The language in which the date is written, when relevant. Useful when months or days are written alphabetically.
Default Format Settings can be defined at the user level, at the Datamapper configuration level and/or at the field level. (see Datamapper Default Data Format for more information).
 
  • Last Topic Update: 24/01/2017 09:32
  • Last Published: 7/6/2017 : 9:48 AM