I have Informatica certification dumps for designer and amdin.If anyone requires, please contact me at rohitsingh15@gmail.com
218 226368Post New Accenture Certifications AllOther Interview Questions
What are the advantages of test driven development?
How does spring do dependency injection?
What are properties in C#?
What are the methods associated with the factorybean interface?
What is general entries for Deffered Tax?
What is a handling unit?
How much does mysql enterprise cost?
Can you explain cics transaction gateway?
What is ipm_subtree?
what controls have you used in your project?
What are types in python?
What is create method?
Explain goto label?
What are page splits?
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