Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Data from one system often requires reorganization, enrichment, validation, and mapping to pass cleansing or mapping before it gets passed over to another system. Pipelines in PIPEFORCE are optimized exactly for such tasks in order to simplify it as much make data integration as efficient as possible.

PIPEFORCE It offers a huge set of tools to do mappings and transformation of data structures. The most important ones are:

  • The transform.* commands

  • The data.* commands

  • The Pipeline Expression Language (PEL)

  • The Pipeline Functions like @data or @convert

You should get familiar with all of the toolings listed here in order to make the right choice to solve your data transformation integration task most effectively.

Below, there is an introduction to all data mapping and transformation toolings you can use in PIPEFORCE:.

Transformer Commands

A transformer command in PIPEFORCE is a command which transforms / converts data from one structure into another. For example:

...