what is worklet and what use of worklet and in which
situation we can use it?
Answer Posted / vinutha
Worklets are objects that represent a set of workflow tasks
that allow to reuse a set of worflow logic in several
window.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the features of complex mapping?
Does an informatica transformation support only aggregate expressions?
What is aggregate cache in aggregator transformation?
How to create or import flat file definition in to the warehouse designer?
What are the designer tools for creating transformations?
What is rank transformation?
Briefly explain the aggregator transformation?
During the running session, output files are created by informatica server. Enlist few of them.
What do you mean by filter transformation?
Explain the scenario which compels informatica server to reject files?
Explain lookup transformation source types in informatica
What are the uses of etl tools?
Explain the mapping variable usage example in informatica
What are the settings that you use to configure the joiner transformation?
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