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 / rajesh aitha
We should ask a question here, do u want the location appended or the rest of the field appended to target if a record with same location is arrived next time?
sort based on location, Next use the logic in expression transformation to check the previous record location and next record location, if same then out put the concatenated values with first answer logic as explained here. Apply the same if required for rest of the fileds.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to join three sources using joiner?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
How to load a Dimension ? and how to load a fact table?
What are the new features of Power Center 5.0?
Can you use flat files in Mapplets.
During the running session, output files are created by informatica server. Enlist few of them.
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
Can we create two repositories on same database instance in oracle?
What is rank transform?
Is there any way to read the ms excel datas directly into informatica?
Explain your project of banking domian.
What is union transformation in informatica?
Is it possible to create multiple domains on a single Informatica server?
What is the difference between a connected look up and unconnected lookup?