What is transformation?
No Answer is Posted For this Question
Be the First to Post Answer
which transformation uses cache?
Define maping and sessions?
can we override a native sql query within informatica? Where do we do it?
SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?
Where should yoU place the flat file to import the flat file defintion to the designer?
What are parallel querys and query hints?
I have source table 100 records after run session successfully but loads the target table 50 records only what happened that 50 records and how can i load remaining 50 records
In which circumstances that informatica server creates Reject files?
What is the difference between view and materialised view?
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
What if the source is a flat-file?
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail