Can we have a Mapping without a Source Qualifier?
Answer Posted / varun dikshit
What If we connect a sequence generator directly to target? No SQ required in such a case :)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is native users?
Explain joiner transformation in informatica
How to use pmcmd utility command?
What is the use of transformation?
what is index?how it can work 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
Explain why we use partitioning the session in informatica?
How you know when to use a static cache and dynamic cache in lookup transformation?
What is main use of mapplet?
How you can differentiate between connected lookup and unconnected lookup?
my source is junk data how will u remove that junk data by using unix please any one replay me
Design a mapping to load a target table with the following values from the above source?
What is the difference between informatica 7.0 and 8.0?
Mention few advantages of router transformation over filter transformation.
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?