How to enter same record twice in the target table,explain?
Answer Posted / peer
with the help of warehouse keys
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is source qualifier transformation in informatica?
What does role playing dimension mean?
What are the advantages of using informatica as an etl tool over teradata?
How do you convert single row from source into three rows into target?
Why update strategy and union transformations are active?
How to join three sources using joiner? Explain though mapping flow.
How to extract sap data using informatica?
How can a transformation be made reusable?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
Could you explain what is enterprise data warehouse?
What is meant by query override?
Explain target update override in informatica
What is the use of transformation?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic 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