suppose we have 1 to 10 records.In router transformation we
had given two condition
A>= 5
A<=5
then what will be the output?
Answer Posted / srinivas
A>=5 ---> target1 output is 5th to 10th record
A<=5 ---> target2 output is 1st to 5th record
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
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 are the informatica performance improvement tips
What is rank transformation in informatica
What is deployment group?
What is a code page?
What is the commit type if you have a transaction control transformation in the mapping?
What is meant by lookup transformation? Explain the types of lookup transformation?
How do you change a non-reusable transformation to reusable transformation?
What is DR strategy for Informatica project?
Describe data concatenation?
To import the flat file definition into the designer where should the flat file be placed?
Which version configuration tool used in ur project?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
In how many ways we can create ports?
difference between repository database and repository service?