when we create source as oracle and target as flat file, how
can i specify first row as column in flat file?
Answer / guest
In case of target as a flat file, the header names will be
defined during the target definition. The Header names can
be specified using the option called 'Load Header' Option
in Mapping tab of Session. There are three options 1. for
no headers, 2. header from target definition and 3. Load
from Command. based on these we can load the header names
accordingly.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is Data Caches size?
What is resilience time?
What is a command that used to run a batch?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
Design time, run time. If you don't create parameter what will happen
What is a repository manager?
Without source how to insert record to target?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
How i can upload the MainFrame source For Informatica ?
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
i have one senario i have table with 2columns one for primary key another is a constant value(zero). i have to lookup the table and get the maximum primary key here i don't have any common column between source and lookup table(wt table i explained above)... table is (i am assuming he didn't give the table) column1 column2 5 0 2 0 8 0 6 0 3 0 12 0 7 0