Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Aggregator Transformation
  4. Custom Transformation
  5. Custom Transformation Functions
  6. Data Masking Transformation
  7. Data Masking Examples
  8. Expression Transformation
  9. External Procedure Transformation
  10. Filter Transformation
  11. HTTP Transformation
  12. Identity Resolution Transformation
  13. Java Transformation
  14. Java Transformation API Reference
  15. Java Expressions
  16. Java Transformation Example
  17. Joiner Transformation
  18. Lookup Transformation
  19. Lookup Caches
  20. Dynamic Lookup Cache
  21. Normalizer Transformation
  22. Rank Transformation
  23. Router Transformation
  24. Sequence Generator Transformation
  25. Sorter Transformation
  26. Source Qualifier Transformation
  27. SQL Transformation
  28. Using the SQL Transformation in a Mapping
  29. Stored Procedure Transformation
  30. Transaction Control Transformation
  31. Union Transformation
  32. Unstructured Data Transformation
  33. Update Strategy Transformation
  34. XML Transformations

Transformation Guide

Transformation Guide

Configuring a Connected Transformation

Configuring a Connected Transformation

The following figure shows a mapping that sends the ID from the Source Qualifier to an input parameter in the Stored Procedure transformation:
The mapping contains a source, a source qualifier, a Stored Procedure transformation, and a target. The source qualifier, the transformation, and the target are open to display the port names. The source is iconized.
The Stored Procedure transformation passes an output parameter to the target. Every row of data in the Source Qualifier transformation passes data through the Stored Procedure transformation.
Although not required, almost all connected Stored Procedure transformations contain input and output parameters. Required input parameters are specified as the input ports of the Stored Procedure transformation. Output parameters appear as output ports in the transformation. A return value is also an output port, and has the R value selected in the transformation Ports configuration. For a normal connected Stored Procedure to appear in the functions list, it requires at least one input and one output port.
Output parameters and return values from the stored procedure are used as any other output port in a transformation. You can link these ports to another transformation or target.
To configure a connected Stored Procedure transformation:
  1. Create the Stored Procedure transformation in the mapping.
  2. Drag the output ports of the Stored Procedure to other transformations or targets.
  3. Open the Stored Procedure transformation, and select the Properties tab.
  4. Select the appropriate database in the Connection Information if you did not select it when creating the transformation.
  5. Select the Tracing level for the transformation.
    If you are testing the mapping, select the Verbose Initialization option to provide the most information in the event that the transformation fails.
  6. Click OK.

0 COMMENTS

We’d like to hear from you!