I HAVE 10 records in source. I want to store i record in
target 1, second record in target 2, third record in target
3, 4 th record again in target 11, 5th again in target 2,
6th again in target3 etc.... how it is possible?
Answer Posted / teja_dwh
By using sequence generator properties we can do this.
setting the properties like below
start value:1
end value:3
cycle:yes
reset:yes
increment by:1
we can achieve the result by this way.
cheers
teja
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is rank transformation in informatica
What are the static cache and dynamic cache in informatica?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
What are the conditions needed to improve the performance of informatica aggregator transformation?
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.
Performance tuning( what you did in performance tuning)
What is a connected transformation?
What is confirmed fact in dataware housing?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
What are the main issues while working with flat files as source and as targets ?
What is the way to execute pl/sql script using informatica mapping?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
In which transformation you cannot drag ports into it?