HOW CAN I SEND HALF OF THE RECORDS TO ONE TARGET AND
REMAINING TO OTHER TARGET?
Answer Posted / ojesh
First do a count of the records in the file using a wc -l unix command, store that number in a variable.
create a counter in an expression and increment it with every icoming record.
create a router after that and route if the counter is less than half to target 1 else target 2.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
How might you approve all mappings in the archive all the while?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
Explain the types of transformations?
How can you define user defied event?
how to load rows into fact table in data warehouse
What is a dimensional model?
What is the sql query overwrite in source qualifier in informatica
What are the reusable transformations?
How many ways are there to create ports?
How would you join a node to the already existing domain?
Define mapplet?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
How to do unit testing in informatica? How to load data in informatica ?
Explain transaction control transformation in informatica