Filter transformation in the condition one of the data is NULL would the record be dropped.

Answer Posted / sameer

Yes we write in filter conditions iif (isnull (cid),false,true) or using is_spaces function in there filter transformation and we can dropped the null records

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1651


While importing the relational source definition from the database, what are the metadata of source that will be imported?

781


Explain where to store informatica rejected data? How to extract the informatica rejected data?

572


How you prepared reports for OLAP?

1145


Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?

623






WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com

1508


Which are the different editions of informatica powercenter that are available?

552


Which transformation should we use to normalise the COBOL and relational sources?

736


Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?

2420


How to generate or load values in to the target table based on a column value using informatica etl tool.

604


tell me about your project functionality

1859


What is mapping debugger?

566


What is intricate mapping?

586


what are factless facts? And in which scenario will you use such kinds of fact tables.

1307


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

6347