Text Postprocessor Properties

The Postprocessor Step does not run for every Source Record in the Data Sample. It runs once, at the end of the Extractor, after all records have been processed.

Postprocess

The Postprocess section defines what postprocessors run on the Data Sample at the end of the data mapping workflow. Each Preprocessor runs in turn, using the result of the previous one as an input.

  • Name: The name to identify the Postprocessor.
  • Type: The type of Preprocessor. Currently there is a single type available.
    • JavaScript: Runs a JavaScript Expression to modify the Data Sample. See JavaScript API.
      • Use JavaScript Editor: Click to display the Edit Script dialog.
  • Add Preprocessor: Click to add a new Postprocessor. Its settings can be modified once it is added.
  • Remove Preprocessor: Click to remove the currently selected Postprocessor.
  • Move Up: Click to move the Postprocessor up one position.
  • Move Down: Click to move the Postprocessor down one position.
  • Export: Click to export the current Postprocessor configuration and content to a file.
  • Import: Click to import a Postprocessor configuration and content from an external file.

Postprocessor definition

JavaScript

  • JS Expression: The JavaScript expression that will run on the Data Sample. See JavaScript API.
  • Use JavaScript Editor: Click to display the Script Editor dialog.

Description

This section is collapsed by default in the interface in order to give more screen space to the important parts.

Name: The name of the step. This name will be shown on top of the step's icon in the Extractor Pane.

Description: 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 Extractor Pane.

Table of Contents

Index

Glossary

-Search-

Back