User Tools

Site Tools


Table of Contents

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 and REPEAT.

For a detailed reference with examples see Extracting Data From Files

Another example is found the Advanced Batch Tutorial.

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 Child FIND→Value: (default→%)

File: