source table have single column single record having with
single space.
load that source record into trg . trgt having two columns
and the
SOURCE TABLE LIKE

COL1
BHANU PRASAD
TRGT TABLE
COL1 COL2
IN THAT LOAD THE RECORD IN THE trgt table LIKE
COL1 COL2
BHANU PRASAD
HOW ? TELL ME PLZ

Answers were Sorted based on User's Feedback



source table have single column single record having with single space. load that source record i..

Answer / suraj kedia

Let our source table name is "Name",which is having COL1 and
data in it is BHANU PRASAD (For easier understanding instead
of space between bhanu and prasad,lets take a underscore
i.e. BHANU_PRASAD.

Source ----> Exp t/r ----> target
In the exp t/r take "name" as an input port only and create
2 out put ports as COL1 and COL2.
In COL1 give condition
substr(Name,1,instr(Name,'_',1)-1)

In COL2 give condition
substr(Name,instr(Name,'_',1)+1)


now connect COL1 port form exp to COL1 port in tgt and same
for COL2, than the out put in the target table will be as below:

COL1 COL2
BHANU PRASAD

Is This Answer Correct ?    14 Yes 1 No

source table have single column single record having with single space. load that source record i..

Answer / raj

Nice answer keeep it up

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Informatica Interview Questions

Can you create a flatfile target

3 Answers   ABC,


how many data models u have done in informatica project?

2 Answers   TCS,


Is LOAD MANAGER AND LOAD BALANCER same in informatica?

1 Answers   KPIT,


how to create a sample mapping for dynamic lookup transformation

2 Answers  


What are the informatica performance improvement tips

0 Answers   Informatica,






i have one source 52 million records i want target only 7 records ?how wil you do what logic to implement?

7 Answers   L&T,


how i will stop my workflow after 10 errors

1 Answers   HP,


What do you understand by term role-playing dimension?

0 Answers  


What is a surrogate key?

0 Answers  


what is mapping parameter?

2 Answers   Cap Gemini,


Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .

5 Answers  


hi all, Can anyone please tell me the relationship between informatica and business objects

1 Answers  


Categories