Table of Contents

Search

  1. Preface
  2. Part 1: Version 10.5.1
  3. Part 2: Versions 10.5 - 10.5.0.1
  4. Part 3: Versions 10.4.1 - 10.4.1.3
  5. Part 4: Versions 10.4 - 10.4.0.2
  6. Part 5: Versions 10.2.2 - 10.2.2 HotFix 1
  7. Part 6: Version 10.2.1
  8. Part 7: Version 10.2 - 10.2 HotFix 2

What's New and Changed (10.5.1)

What's New and Changed (10.5.1)

Python Transformation

Python Transformation

Effective in version 10.4.0, the Python code component in the Python transformation is divided into the following tabs:
  • Pre-Input. Defines code that can be interpreted once and shared between all rows of data.
  • On Input. Defines how a Python transformation behaves when it receives an input row while processing a partition.
  • At End. Defines how a Python transformation behaves after it processes all input data in a partition.
In upgraded mappings, the code that you entered in the Python code component appears on the
On Input
tab.
Review the code to verify that the code operates as expected. If necessary, refactor the code using the
Pre-Input
,
On Input
, and
At End
tabs.
For information about how to configure code on each tab, see the "Python Transformation" chapter in the
Informatica Data Engineering Integration 10.4.0 User Guide
.

0 COMMENTS

We’d like to hear from you!