my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica
Answer Posted / masudul
Just pass the rows through an expression transformation.
then add a new port and write down the expression code-
substr(column_name, 1, (instr(column_name,'@')-1)).
See the output.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a grid in Informatica?
What is a difference between complete, stop and abort?
Differentiate between a database and data warehouse?
What are the settings that you use to configure the joiner transformation?
What is aggregate cache in aggregator transformation?
How to generate sequence numbers using expression transformation?
What's the layout of parameter file (what does a parameter file contain?)?
What are the guidelines to be followed while using union transformation?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What can we do to improve the performance of informatica aggregator transformation?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
Plz can any one say me how to get the informatica certification materials and dumps
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What differs when we choose the sorted input for aggregator transformation?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance