Name 4 output files that informatica server creates during
session running?
Answer / ram kumar
Session log, Workflow log, Errors log and Badfile
| Is This Answer Correct ? | 14 Yes | 0 No |
What are the types of lookup?
What is a filter transformation and why it is an active one?
What are the types of maping wizards that r to be provided in Informatica?
What are the disadvantages of Sequence Generator T/R?
What is the use of transformation?
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?
how do u move the code from development to production?
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
What is the role of informatica in project ?Like i showed financial projects?
source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
How to use procedural logic inside infromatica?