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...
Answer Posted / 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 |
Post New Answer View All Answers
What is difference between a gateway node and worker node?
What is the way to execute pl/sql script using informatica mapping?
What is the need of etl tools?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
What are the reusable transformations?
In which transformation you cannot drag ports into it?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
How to implement security measures using repository manager?
Briefly explain the aggregator transformation?
Tell me about MD5 functions in informatica
What is the use of code page?
Explain joiner transformation in informatica
Define the various join types of joiner transformation?
How to update source definition?