Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Mapping and Transformation

zazi edited this page Oct 1, 2014 · 5 revisions

Short description of whole transformation:

  1. take two parameters (http://example.com/attribute1 and http://example.com/attribute2)
  2. do clean-up on both of them
  3. concat both

The two major parts are myTransformation:Transformation and clean-up:Transformation.

clean-up:Transformation does three steps:

  1. a replace (a by x)
  2. a trim and
  3. a toLowerCase.

Since the same 3 steps are applied to both input parameters, the whole clean-up transformation is reutilised in myTransformation:Transformation (wrapped as a function by component1 and component2).

mapping and transformation

Clone this wiki locally