Filter transformation in the condition one of the data is NULL would the record be dropped.
Answers were Sorted based on User's Feedback
Answer / isha
Use ISNULL function to guide filter to handle null values.
NULL will return 0 and row will be dropped
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Can yoU use the maping parameters or variables created in one maping into another maping?
In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
i have a source with 100 records.i have 2 targets.in the first target i want to load first 50 records & in the second target i want to load next 50(or remaining) records.
Can we insert and update a target table without using update strategy transformation?How?
What will happen if we have a filter transformation used in a mapping and in the filter condition we specify 1. Yes nothing else, only the number 1. In other words, assuming we have 10 rows coming to this filter transformation as an input, how many rows will be output by this transformation when we have only 1 in the filter condition?
What are the data movement modes in informatcia?
Briefly explain the aggregator transformation?
what is tha tracesing level? and difference betweentrace in normal and verbose and nonverbose?
Explain the code page compatibility?
i have source like X1 10 X2 20 X1 30 X2 40 i want target as X1 X2 10 20 30 40 in informatica
Describe an informatica powercenter?
When do you use sql override in a lookup transformation?