split two strings into two columns
For Eg.
Source:-Full Name: Shiva Kumar
Target:-
First Name:Shiva
Last Name:Kumar



split two strings into two columns For Eg. Source:-Full Name: Shiva Kumar Target:- First Name:Sh..

Answer / venky

output1=substr(name,1,instr(name,' ')-1)
output2=substr(name,instr(name,' ')+1)


output1 means firstname
output2 means last name

Is This Answer Correct ?    26 Yes 1 No

Post New Answer

More Informatica Interview Questions

In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?

4 Answers  


Informatica software installation 8.1/7.1.3/7.1 with oracle 10g database (optional Teradata v2R6)

1 Answers  


How can yoU create or import flat file definition in to the warehouse designer?

2 Answers  


How to improve the session performance in informatica?

3 Answers   Accenture,


How can informatica be used for an organization?

0 Answers  


Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?

6 Answers  


If i havee 3records in my source having same deptno like Deptid Deptno ------ ------ 101 10 201 10 301 10 and i am using router TR to loading these records into target.Then how many record'll be loaded into target???

5 Answers   Wipro,


scenario where i can use only concurrent execution of workflow.

0 Answers   Cognizant,


How to display First letter of Names in Caps?

7 Answers  


replace multiple spaces with single space.

3 Answers   IBM,


Is it possible to use a client with different version than that of its Informatica server?

0 Answers  


what are the differences between powercenter 8.1 and powercenter 8.5?

2 Answers  


Categories