Answer Posted / krishnakanth.ch
There are many ways....
1) Using the sql override in the source qualifier. To find
the even and odd. Add another column to flag the even and
odd.Like
select ID,decode( id/2,0,'E','O') FLAG FROM TABLE_NAME;
Using the router we can send them into two seperate target
tables.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a rank transform?
What is substr in informatica?
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
In development project what is the process to follow for an etl developer from day1
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
Can anyone tell me the new features in Informatica 9 Version?
How can you increase the performance in joiner transformation?
Slowly changing dimensions, types and where will you use them
Differentiate between Load Manager and DTM?
Differentiate between a database and data warehouse?
Explain the mapping variable usage example in informatica
What is the function of aggregator transformation?
How to update or delete the rows in a target, which do not have key fields?
State the differences between sql override and lookup override?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?