Transformation components

Transformation components, Lookup components, and Staging components have at least one IN-port and one OUT-port and apply specific transformations to the data in the transformation stream.

Component

Description

Data Calculator JavaScript

Performs transformations to every record passed to this component between the IN- and OUT-port.

Data Splitter JavaScript

Splits an incoming data stream into two or more outgoing data streams.

Character Mapper

Replaces characters and strings in an input record. Character Mapper applies replacement mapping to all selected attributes. You can save character mapping definitions into files.

Data Mapper

Data Mapper merges two data input streams with the same or different record structure into a single data output stream.

Data Transposer

Creates multiple output records from a single record. You can use this component to copy a single input record into multiple output records and assign a different mapping to each output record.