Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Aggregator transformation
  6. Cleanse transformation
  7. Data Masking transformation
  8. Data Services transformation
  9. Deduplicate transformation
  10. Expression transformation
  11. Filter transformation
  12. Hierarchy Builder transformation
  13. Hierarchy Parser transformation
  14. Hierarchy Processor transformation
  15. Input transformation
  16. Java transformation
  17. Java transformation API reference
  18. Joiner transformation
  19. Labeler transformation
  20. Lookup transformation
  21. Machine Learning transformation
  22. Mapplet transformation
  23. Normalizer transformation
  24. Output transformation
  25. Parse transformation
  26. Python transformation
  27. Rank transformation
  28. Router transformation
  29. Rule Specification transformation
  30. Sequence Generator transformation
  31. Sorter transformation
  32. SQL transformation
  33. Structure Parser transformation
  34. Transaction Control transformation
  35. Union transformation
  36. Velocity transformation
  37. Verifier transformation
  38. Web Services transformation

Transformations

Transformations

Creating Java code snippets

Creating Java code snippets

To create Java code snippets that define transformation behavior, use the Java editor on the
Java
tab.
The following image shows the
Java
tab with the Java editor expanded:
The Java tab of the Java transformation contains the Java editor. In this image the Helper Code section is selected. The APIs tab lists the API methods that you can use in the Helper Code section.
  1. Inputs, Outputs, and APIs tabs. Use these tabs to add input and output fields as variables and to call API methods in the Java code snippets. The fields and methods displayed on these tabs vary based on which section of the code entry area is selected.
  2. Go to list. Use to switch among the sections in the code entry area.
  3. Minimize, Open Both, and Maximize icons. Use the Minimize and Maximize buttons to minimize and maximize the transformation properties. Use the Open Both icon to open the Mapping Designer canvas and the transformation properties at the same time.
  4. Code entry area. Enter Java code snippets in the Import Packages, Helper Code, On Input Row, At End of Data, and On Receiving Transaction sections.
  5. Compilation results. Expand the compilation results to see detailed compilation results, compilation errors, and view the full code.
To expand the transformation properties so that you can see the code entry area more fully, click
Maximize
.
  1. In the
    Go to
    list, select the section in which you want to enter a code snippet.
  2. To access an input or output field in the snippet, select the field on the
    Inputs
    or
    Outputs
    tab, and click
    Add
    .
    You can also create output fields on the
    Outputs
    tab by clicking
    Create New Field
    .
  3. To call a Java transformation API method in the snippet, select the method on the
    APIs
    tab, and click
    Add
    .
    The methods displayed on the
    APIs
    tab change based on which section is selected. For example, you can use the getInRowType method only in the On Input Row section but not in other sections. Therefore, this method is listed only when the On Input Row section is selected.
  4. If necessary, configure the method input values.
  5. Write appropriate Java code based on the section.
After you finish creating the Java code snippets, compile the code to validate the transformation.

0 COMMENTS

We’d like to hear from you!