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



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 ..

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

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 ..

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

Post New Answer

More Informatica Interview Questions

What is Java Transformation? what are the uses of it?

0 Answers   TCS,


HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?

7 Answers   Patni, Wipro,


If we have lookup table in workflow how do you trouble shhot to increase performance?

2 Answers  


What is the difference between unicode & ascii mode data movement in informatica?

1 Answers   TCS,


what is the method of error handling when session is running?

1 Answers   TCS,


What is an active transformation?

1 Answers   Informatica,


2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?

2 Answers   TCS,


How to start a workflow using pmcmd command?

1 Answers  


what is the difference between informatica6.1 and infomatica7.1

1 Answers   TCS,


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!!

2 Answers  


can we load the data with out a primary key of a table? what is target plan?

6 Answers   IBM,


SO many times i saw "$PM parser error " .what is meant by PM?

1 Answers  


Categories