Can anyone please help me out,In which transformations records
will be rejected and how capture those records?and How to
reload the rejected records?

Answer Posted / sreedhar lokaray

There is no such transformation which can handle reject
records. In reconciliation and validation process we
generally reject the records upon not meeting certain
criteria and load them into error log (files or tables).
These logs are later verified and the rejected records are
reloaded after making corrections.

As a simple example if we define the criteria that an
employee record where salary =0 or null should not be
loaded into the target table will be routed to the reject
table/error log using a router transformation.

Hope this clears your question.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is index?how it can work in informatica

1579


what is granularity,what type of granularity we will take in fact tables either lowlevel or highlevel,if two tables having same granularity that is posiable or not

1866


What do you mean by blocking transformation?

579


Explain constraint based loading in informatica

656


What are some examples of informatica etl programs?

532






how tokens will generate?

1733


Where is metadata stored?

621


What is update strategy transform?

568


What are the tasks that source qualifier perform?

629


Difference between Target-based loading and constraint-based loading?

550


What are the tasks that can be performed using sq?

610


tell me the rules and responsblites in our project(my project is development)

1494


What is xml source qualifier transformation in informatica?

712


Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks

1407


What is a rank transform?

670