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

what is the difference between stop and abort?

3 Answers   TCS,


Can a joiner be used in a mapplet.

1 Answers  


in aggregator transformation we want to get middle record how to implement, source containg empno,name sal,deptno,address

1 Answers   Cognizant,


Does an informatica transformation support only aggregate expressions?

0 Answers  


Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...

1 Answers  


What is a stored procedure transformation?

0 Answers  


Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?

2 Answers   IBM,


hi real timers . iam waiting for ur reply regarding ETL TESTING

0 Answers  


i have two tables,table 1 having 2 columns and 3 rows,table2 having 3 columns and 2 rows.what is the output if i do left outerjoin,full outer join,right outer join?

2 Answers   IBM, Polaris,


how can u generate sequence of values in which target has more than 2billion of records.(but with sequence generator u can generate upto 2 biliion only)

6 Answers   Accenture,


How to Explain My project flow,In TCS ased me this question. In which way i can start my project flow and they asked how many fact tables and dimensional tables u used. Can any one Explain Briefly for this question and project architecture also.. please..

3 Answers   CTS, HCL, Infosys, TCS,


111111111111ravi11111111kumar11111111111? i want display ravi kumar using sql?

3 Answers   IBM,


Categories