What is the main data object present inbetween source and
target. I answered Mapping. Transformation etc.. But it is
not the answer. So please give me an apt answer. Thanks in
advance
Answer Posted / anju
It might be source qualifier
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Which version configuration tool used in ur project?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
Differences between version 7.x and 8.x.
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
Define pmcmd command?
In which transformation you cannot drag ports into it?
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
Explain constraint based loading in informatica
what is diff b/t sorter t/r and agg have the option sorter property...
What are active transformations.
How union transformation is used?
what are the Methods For Creating Reusable Transformations?
What is joiner change?
what is the hint? how to use it to reduce the query processing in program?
How do you load only null records into target? Explain through mapping flow.