Wednesday, January 29, 2014
Expression Transformation in Informatica
Wednesday, January 15, 2014
Normalizer Transformation in Informatica with Example
Tuesday, January 14, 2014
Update Strategy on Session level:
We can instruct Informatica Service to treat all rows in the same way or use same instruction by configuring Target mapping at session level. Update Strategy on Mapping level: You can flag a row (for insert , update, delete or Reject depending upon some condition) by adding "Update strategy Expression" in the properties tab of Update Strategy Transformation in a Mapping. Below Flags can be set in Update strategy Expression.Flag | Numeric Value | Type Operation |
---|---|---|
DD_INSERT | 0 | Insert row |
DD_UPDATE | 1 | Update row |
DD_DELETE | 2 | Delete row |
DD_REJECT | 3 | Reject row |
Sunday, January 12, 2014
Transaction Control Transformation in Informatica with Example
Subscribe to:
Posts (Atom)