Answer Posted / saradhi
no all the active transformations are not passive even
though its give same no of records in source.
| Is This Answer Correct ? | 1 Yes | 2 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
Global and Local shortcuts. Advantages.
How do we call shell scripts from informatica?
What are active transformations.
Have you worked with/created Parameter file
Define update strategy?
design of staging area?
What is a surrogate key?
How to convert multiple rows to single row (multiple columns) in informatica
can we override a native sql query within informatica? Where do we do it? How do we do it?
What are the reusable transformations?
What is the format of informatica objects in a repository?
What's the layout of parameter file (what does a parameter file contain?)?
What is a sequence generator transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?