By seeing the parameter file how do u identify wheather it
is a workflow parameter or mapping parameter?
Answer Posted / janardhan
Mapping Parametre and Workflow variable are declaared as $$
and session variable as $
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is informatica powercenter repository?
What is mapplet in informatica?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What are the performance considerations when working with aggregator transformation?
What is rank index in rank transformation?
What are different types of transformations available in informatica?
how we can load rejected record's at run time?(not through bad files)
how to load dimension table and fact table. plz tell me the steps.
Where are the source flat files kept before running the session?
What is status code in informatica?
Explain the features of connected and unconnected lookup.
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 are the differences between joiner transformation and source qualifier transformation?
What is a node in Informatica?
How an expression transformation differs from aggregator transformation?