question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Translate current mapping transformations when expression is enabled

See original GitHub issue

Pre Condition:

  1. Have source fields firlstName and lastName
  2. Both of source fields have Capitalize transformation
  3. many-to-one transoformation Concatenate is selected with a delimiter (white space)

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:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pleacucommented, Nov 24, 2020

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.

0reactions
igarashitmcommented, Dec 3, 2020

It would be null instead of empty string to reflect original behavior.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found