If the records doesnt satisfy the filter condition where
will it go?
Answer Posted / basava
If the records does not satisfy the filter condition then
those records will be stored in $pmbadfile location in
informatica. This is the default path provided by
informatica, you can override this path in session properties.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What are the main issues while working with flat files as source and as targets ?
What is complex mapping?
Explain the difference between mapping parameter and mapping variable?
can anyone explain me about retail domain project in informatica?
Explain target update override in informatica
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
How to elaborate tracing level?
Why is sorter an active transformation?
How to do unit testing in informatica?
Explain pushdown optimization and types in informatica
explain about unit testing? in real time?
Difference between Target-based loading and constraint-based loading?
What if the source is a flat-file?
Explain about cumulative Sum or moving sum?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks