I am having source
ENO ENAME LOC
1 A PUNE
2 B MUMBAI
3 C CHENNAI
Target
ENO ENAME LOC
1 A PUNE
2 B MUMBAI
3 C CHENNAI
If a new record coming from source from same location it should directly go to specified location in target at begining
EX:if Eno with 4 coming from same Pune, It should directly load into the Pune location col with '|' symbol. Help me its very urgent

Answer Posted / govind

src_qlr--> sorter(on basis of location)->expression
in exp there will be following ports
1)ENO(I/O)
2)ENAME(I/O)
3)LOC(I/0)
4)V_LOC(VARIABLE PORT) = IIF(LOC = V_PREV_LOC,V_LOC || '|' || LOC,LOC)
5)V_PREV_LOC(VARIABLE PORT) = LOC
6)O_LOC(O/O PORT) = V_LOC
now connect this exp to targert
as
eno to eno
ename to ename
o_loc to loc

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is domain in terms of informatica?

644


wat are deployement groups in informatica, how it will be used for developers

1354


What is a connected transformation?

782


What is sorter transformation?

682


What are the types of lookup transformation?

724






What happens when a session fails and you click on recover?

744


How do you remove duplicate records in informatica? And how many ways are there to do it?

808


Which development components of informatica have the highest usage?

694


I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.

1233


whats the logic to load the lower level of granularity of data to fact table.

1911


What is an expression transformation?

704


What do you mean by worklet?

721


hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you

9289


What are the tasks that can be performed using sq?

693


What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?

1740