Translate current mapping transformations when expression is enabled
See original GitHub issuePre Condition:
- Have source fields
firlstName
andlastName
- Both of source fields have
Capitalize
transformation - many-to-one transoformation
Concatenate
is selected with a delimiter
Expected default expression when expression is enabled:
Concatenate(Capitalize(/path/to/firstName), Capitalize(/path/to/lastName), ' ')
We could add a REST endpoint that translates a mapping into expression, if not appropriate to calculate in UI directly.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Expression transformation - Informatica Documentation
The Expression transformation calculates values within a single row. Use the Expression transformation to perform non-aggregate calculations.
Read more >Expression Transformation in Informatica - YouTube
Active and Passive Transformation . Expression Transformation is A Passive and Connected Transformation. Decode Function . Tab of Expression ...
Read more >Expression Transformation in Informatica - YouTube
Expression Transformation, # Expression # Transformation #Informatica Expression transformations are used for row-wise manipulation.
Read more >Informatica Transformations | Informatica Tutorial - Edureka
A mapping is a collection of source and target objects linked together by a set of transformations. Hence transformations in a mapping ......
Read more >ADF Mapping Data Flows transformation expressions
Note that to include string literals in your timestamp output, you need to wrap your conversion inside of a toString(). Here is how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @igarashitm - I’ve got most of the infrastructure set up to send the mappings down to the runtime service to have them translated but I’m now thinking it’s a lot of work and time. I’m now thinking it’s really not a big deal to just have the UI create the expression from the mappings. Will go that route.
It would be
null
instead of empty string to reflect original behavior.