Common step properties

<< Click to Display Table of Contents >>

ETL > 14.0 > Implementation Guide > Tutorial and implementation guide 

Common step properties

Required properties

Id
A locally unique identifier in form of an integer number. This value is the primary way of interlinking steps, defining source-target relations etc.

Type
One of the supported values used by the ETL engine to determine the step's type. The supported values include: map, group, join, filter, split, deduplicate, enrich, and sql.

Optional properties

Uuid
A globally unique identifier in the form of a GUID. This internal value may be used to track the origin of steps that are merged from different transformations and workflows.

Name
A short name that concisely describes the purpose of the step. Keep in mind that these names are used to generate temporary table names and are displayed in log files, making them invaluable for troubleshooting.

Description
A long free-form text that comprehensively describes the purpose, assumptions, definitions, and other relevant aspects of each step.

 

finger1

Be aware:
Each step type has its own set of additional required and optional properties. Consult the respecitve manual pages for a step-specific list of accepted properties.