i have 1000 record flat file source i want 1st row to 1st
target, 2nd row to 2nd target, 3rd row to 3rd target how will
u do? Without using Mod Function? Explain....
Answer Posted / davankumar
1st take squence t/t conn expresion t/r to one out put port.
In sequence t/r enable cycle option and start value is 1
end value is 3 and increment by 1.
then take rouder t/r in 1st group nextval/3=0 then 1st
target,nextval/3=1 then take 2nd target then connect to
default group ok.. r u clear...
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the basic requirements to join two sources in a source qualifier transformation using default join?
How can you increase the performance in joiner transformation?
What is the fact table?
If informatica has its scheduler why using third party scheduler?
What are the limitations of joiner transformation?
I have a flat file, want to reverse the contents of the flat file
What are the static cache and dynamic cache in informatica?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
In how many ways we can create ports?
In informatica workflow manager, how many repositories can be created?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is the need of etl tools?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
How to join three sources using joiner?
Is it possible to define a single node as a Gateway node as well as worker node?