This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Mapping and Transformation
zazi edited this page Oct 1, 2014
·
5 revisions
Short description of whole transformation:
- take two parameters (http://example.com/attribute1 and http://example.com/attribute2)
- do clean-up on both of them
- concat both
The two major parts are myTransformation:Transformation and clean-up:Transformation.
clean-up:Transformation does three steps:
- a replace (a by x)
- a trim and
- 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).
- Overview
- misc
- Graph Data Model
- Server-Installation (Productive Environment)
- Maintenance
- HowTos
- Use Cases