User Tools

Site Tools


EXTRACT

Guide Section: Processing Object Data, Processing Events and Performing Actions
EASAP Tree:
DATA PROCESSINGLIST
EVENT PROCESSINGACTIONDATA PROCESSING ACTIONS
PROCESSESDATA PROCESSING ACTIONS


EXTRACT is a Parent for objects that define data extraction from a text file or a SCALAR reference.

EXTRACT has two functions,

  1. To identify the source to extract data from either,
    • Path to a text file
    • Value from an SCALAR reference
  2. As a Parent to FIND and REPEAT.
  • More than one EXTRACT can be used per text file.
  • An EXTRACT represents a single pass through a text file.

The Extract Tool automates the creation and configuration of,

  • EXTRACT
  • FIND
  • REPEAT

See Extracting Data From Files.

EXTRACT
Essential Parameters:
File:Data source (Literal text path, SCALAR reference or FILE CHOICE allowed)
Optional Parameters:
Type:Select data source type from which to extract data (default→File, File Choice, DOR)
Encoding:Text encoding used in text files specified in File: (default→US-ASCII)
Delimiter:Character to delimit SCALAR reference in File: (default→%)
Extraction Delimiter:Character to delimit object references in the Value: parameter of a FIND described below. default→%.

File:


Page Tools