If i havee 3records in my source having same deptno like
Deptid Deptno
------ ------
101 10
201 10
301 10
and i am using router TR to loading these records into
target.Then how many record'll be loaded into target???
Answer Posted / ran
yes mr Ankit i aslo thought like that when he asked me this question........
but i can clarify u just tell what u need more to know abt this qstn??
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the different lookup cache(s)?
Explain the aggregator transformation?
What does cheating measurement mean?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Explain the scenario which compels informatica server to reject files?
What are the different types of transformation available in informatica.
What are the components of the workflow manager?
Where are the source flat files kept before running the session?
What is dimensional table?
What is a node in Informatica?
How to generate sequence numbers without using the sequence generator transformation?
How union transformation is used?
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
What is a joiner transformation?