If the records doesnt satisfy the filter condition where
will it go?

Answers were Sorted based on User's Feedback



If the records doesnt satisfy the filter condition where will it go?..

Answer / damodharam

The records are rejected.

Is This Answer Correct ?    11 Yes 7 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / ankit kansal

The filtered records will not be written into reject file. Only when data consistency erros or some parsing error occurs, then the records will be move to reject file. In your case PRODUCT_COST value 12 will be filtered out from the mapping flow.


http://deepinopensource.blogspot.com/

Is This Answer Correct ?    0 Yes 0 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / naresh_infa96

If the Filter codition doesn't match those records are sent to Bad files. you can check the Bad File in infromatica server directory i.e., C:Informatica10.1.0serverinfa_sharedBadFiles
and the filename is targetFilesname with extention .out

Is This Answer Correct ?    0 Yes 0 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / praveen

When Ever u apply ur condition it will receive only required condition records.It will not remain others means it will not store in any where.

Is This Answer Correct ?    7 Yes 8 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / sara

If the records doesnt satisfy the filter condition. Those
records does not stored anywhere.

Is This Answer Correct ?    5 Yes 6 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / venky

if the records doesnot satisfied the filter condition,that
will not pass,it will stop at the filter transformation,it
will not store at anywhere

Is This Answer Correct ?    2 Yes 3 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / subhransu

The Very Simple Answer "The Records are Rejected". They dont store anywhere.

Is This Answer Correct ?    1 Yes 3 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / 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

If the records doesnt satisfy the filter condition where will it go?..

Answer / g.bhaskar

The rejected records will go to 'logfile"

Is This Answer Correct ?    2 Yes 11 No

If the records doesnt satisfy the filter condition where will it go?..

Answer / uday

the rejected file will go to rejectwd log files

Is This Answer Correct ?    2 Yes 13 No

Post New Answer

More Informatica Interview Questions

differnece between joiner and a look up(please don't give just definitions)....i mean in which scenario it is better to use joiner and in which scenario better o use lookup ??

2 Answers   IBM,


IN A MAPPING WHEN WE USE AGGRIGATER TRANSFORMATION WE WILL USE GROUP BY PORT. IF GROUPBY IS NOT SELECTED BY DEFAULT IT WILL TAKE ONLY THE LAST COLUMN WHY????

3 Answers   IBM,


How to load time dimension?

1 Answers   Ford,


There are 2 files, Master and User. We need to compare 2 files and prepare a output log file which lists out missing Rolename for each UserName between Master and User file. Please find the sample data- MASTER.csv ---------- Org|Tmp_UsrID|ShortMark|Rolename ---|---------|----------|------------ AUS|0_ABC_PW |ABC PW |ABC Admin PW AUS|0_ABC_PW |ABC PW |MT Deny all GBR|0_EDT_SEC|CR Edit |Editor GBR|0_EDT_SEC|CR Edit |SEC MT103 GBR|0_EDT_SEC|CR Edit |AB User USER.csv -------- Org|UserName|ShortMark|Rolename ---|--------|---------|------------ AUS|charls |ABC PW |ABC Admin PW AUS|amudha |ABC PW |MT Deny all GBR|sandya |CR Edit |Editor GBR|sandya |CR Edit |SEC MT103 GBR|sandya |CR Edit |AB User GBR|sarkar |CR Edit |Editor GBR|sarkar |CR Edit |SEC MT103 Required Output file: --------------------- Org|Tmp_UsrID|UserName|Rolename |Code ---|---------|--------|------------|-------- AUS|0_ABC_PW |charls |ABC Admin PW|MATCH AUS|0_ABC_PW |charls |MT Deny all |MISSING AUS|0_ABC_PW |amudha |ABC Admin PW|MISSING AUS|0_ABC_PW |amudha |MT Deny all |MATCH GBR|0_EDT_SEC|sandya |Editor |MATCH GBR|0_EDT_SEC|sandya |SEC MT103 |MATCH GBR|0_EDT_SEC|sandya |AB User |MATCH GBR|0_EDT_SEC|sarkar |Editor |MATCH GBR|0_EDT_SEC|sarkar |SEC MT103 |MATCH GBR|0_EDT_SEC|sarkar |AB User |MISSING Both the files are mapped through Organization, Shor_mark. So, based on each Organization, Short_Mark, for each UserName from User.csv, we need to find the Matching and Missing Rolename. I am able to bring Matching records in the output. But really I don't find any concept or logic to achieve "MISSING" records which are present in Master and not in User.csv for each UserName. Please help out guys. Let me know if you need any more information. Note:- In User.csv file, there are n number of Organization, under which n number Shortmark comes which has n number of UserName.

1 Answers  


What is Target Update Override? What is the Use ?

8 Answers   Patni,






how will you remove the duplicate records from flat file without using sorter?

7 Answers  


What are the different components of powercenter?

0 Answers  


i have a wf like wf-->s1-->s2-->s3-->s4 first start s1 later s2 later s3 here my session s3 have to run 3 times later start s4?

3 Answers   IBM,


In Joiner Transformation, how to identify the master and detail tables if one is from Oracle and the other is from Sybase.

2 Answers   TCS,


how we do performence tuning in informatica

3 Answers  


what are types of dimentions?

3 Answers  


What is DTM process?

4 Answers  


Categories