By using Filter Transformation,How to pass rows that does
not satisfy the condition(discarded rows) to another target?
Answer Posted / prasad.bluesky
it is possible to see the rejected rows after filter
transformation solution is create an empty file and write
that file name in $rejectfile option in session then after
run your session see your created file it contains rejected
rows.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What are mapplets? How is it different from a Reusable Transformation?
Explain the shared cache and re-cache?
What is event and what are the tasks related to it?
What are multi-group transformations?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
What is blocking transformation?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
What does update strategy mean, and what are the different option of it?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
Parameter and variable differences
Why do you use Mapping Parameter and mapping variable?
Where do we use mapping variables in informatica?
What are the restrictions of union transformation?
Is there any target staging area in informatica not staging area
What is deployment group?