My source is like bellow
F.NAME M.NAME L.NAME
A B C
D E F
G H I

and out put should like

S.NO F.NAME M.NAME L.NAME
1 A B C
2 D E F
3 G H I
4 UNNOWN UNNOWN UNNOWN

How can we acheive? please explane me indetail

Answer Posted / raghava

Use following steps to compleate the task.

Step:I

Use an expression transformation.In the experssion
transformation crate output ports for each inputport.

In current examle:
out_F.NAME=IIF(NOT ISNULL(F.NAME),F.NAME.'UNNOWN')
out_M.NAME=IIF(NOT ISNULL(M.NAME),M.NAME.'UNNOWN')
OUT_L.NAME=IIF(NOT ISNULL(L.NAME),L.NAME.'UNNOWN')

Step:II

Create Sequence Generator transformation .Connect NEXTVAL
port of Sequence Generator transformation to S.NO in targt

Step:III

Connect out_F.NAME-->F.NAME in target
out_M.NAME-->M.NAME in target
out_L.NAME-->M.NAME in target

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

639


How do you load alternate records into different tables through mapping flow?

1294


What is dimensional table?

621


How is union transformation utilized?

569


According to his methodology what all you need before you build a datawarehouse

1185






Which transformation should we use to normalise the COBOL and relational sources?

746


State the limitations where we cannot use joiner in the mapping pipeline?

549


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

632


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3324


Tell me about MD5 functions in informatica

523


in reporting we add some new objects,how we get the count of the newly added objects to the report

1753


design of staging area?

1589


What you know about transaction control transformation?

559


Explain constraint based loading in informatica

659


Which version configuration tool used in ur project?

2770