My i/p is like below
1,2,3,4,5,6,7,8,9,10....100
I want that to be populated in two o/p as below
o/p-1:
10,20,30,40,50,60,70,90...
o/p-2:
11,21,31,41,51,61,71,81,91....
How to do it in ingotmatica...
Answers were Sorted based on User's Feedback
Answer / karthika
firstly multiply each input with 10. Then will get the output as 10,20,30,40.....100.
secondly add 1 to each output of the first output then will get the 11,21,31......101.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sri
use seq genarator t/r start with 10 increment with 10 end with 100
use one mor seq t/r start with 11 increment with 10 end with 101
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Java Transformation? what are the uses of it?
HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?
If we have lookup table in workflow how do you trouble shhot to increase performance?
What is the difference between unicode & ascii mode data movement in informatica?
what is the method of error handling when session is running?
What is an active transformation?
2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?
How to start a workflow using pmcmd command?
what is the difference between informatica6.1 and infomatica7.1
Can anyone know that what is the Source File limitation in Informatica? To be more precise .. how many flat file we can use as a source in a mapping if.. 1) The Structure of flat files are same & 2) If the Structure of flat files are different. Please explain the procedure also if it dosn't bother one much!!
can we load the data with out a primary key of a table? what is target plan?
SO many times i saw "$PM parser error " .what is meant by PM?