how eliminate the duplicates in flat file with out using
sorter ,aggregater
Answer Posted / srinivas
we can do by using rank transformation also
select rank as 1 top or bottom what ever the ur requirement
and select the group by port for the duplicate column
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How does a rank transform differ from aggregator transform functions max and min?
How to elaborate tracing level?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
What is a pre-defined event and user-defined event?
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.
what is unit testing?tell me proceedure
Describe expression transformation?
How to do the error handling of if ur source is flatfiles?
tell me 5 session failure in real time how can you solve that in your project?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
What is parallel processing in informatica?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
How can a transformation be made reusable?