How to merge First Name & Last Name?

Answers were Sorted based on User's Feedback



How to merge First Name & Last Name?..

Answer / saradhi

by using concatination operator u can get it.
firstname||lastname

Is This Answer Correct ?    15 Yes 1 No

How to merge First Name & Last Name?..

Answer / giri

Very Simple Use Expression transformation add condition Concat(firstname+lastname)

Is This Answer Correct ?    7 Yes 0 No

How to merge First Name & Last Name?..

Answer / ramesh.b

Use Expression transformation write condition Concat(firstname,lastname)

Is This Answer Correct ?    5 Yes 0 No

How to merge First Name & Last Name?..

Answer / jvdwhinfo

Hi guys,

Here all the above answers are absolutely correct.
i.e we can use both concatenate operators as well as pipe
operators.We gonna get the desired output.
But only difference is the performance.We'll get better
performance by using pipe (||) operator rather than
concatenate.

Please let me know if you want to give further suggestions.
Thanks.
James

Is This Answer Correct ?    4 Yes 0 No

How to merge First Name & Last Name?..

Answer / abinitiofreak

we have to use firstname||lastname expression

Is This Answer Correct ?    2 Yes 1 No

How to merge First Name & Last Name?..

Answer / venkateshmalneni

let the source is like this
first name last name
venkatesh malneni
rajesh tumalla
siva kalle

use an expression t/r create an output port with condition first name||last name
CONNECT THE OUTPUT TO THE TARGET

Is This Answer Correct ?    1 Yes 0 No

How to merge First Name & Last Name?..

Answer / sarvesh

it is very simple by using expression trans

Is This Answer Correct ?    3 Yes 6 No

How to merge First Name & Last Name?..

Answer / tejeya

Find the space by using the Instr() function and then split
into two.. then merge.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Informatica Interview Questions

I have Flat file like the data, sal have 10,000. I want to load the data in the same format as sal as 10,000. Can anybody know the answer means please mail me. Thanks in advance.. My mail id is chandranmca2007@gmail.com

2 Answers   DELL, iGate,


can we override a native sql query within informatica? How do we do it?

0 Answers  


Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.

2 Answers  


Is it any possible to using more than one port in Unconnected Lookup Transformation( :LKP.LKP_Prod(Prod_GRP ,Prod_DT,Prod_TM) ) Like this? Pls explain...

3 Answers  


1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workflow or if 2nd workflow fails how could we start 3rd workflow?

4 Answers   CompuSoft, EDS, TCS,






What is the cumulative sum and moving sum?

0 Answers  


i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table: pls full details

8 Answers   L&T, TCS, UnitedHealth Group, Wipro,


what we require for D.modelling?

1 Answers  


Can any one explain or sujjest some sites for scd mappings.Thank you

1 Answers   Wipro,


If we use sorted ports in aggregator transformation and somehow records are not in order by format so what will happen,session fails or it succeeded with incorrect data?

1 Answers   Amdocs,


How mapping parameter and variable works

1 Answers  


what is session override?

2 Answers   Cap Gemini,


Categories