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

Steps to Create a Filter Transformation

Steps to Create a Filter Transformation

Use the following procedure to create a Filter transformation:
  1. In the Mapping Designer, open a mapping.
  2. Click Transformation > Create. Select Filter transformation.
  3. Enter a name for the transformation. Click Create and then click Done.
  4. Select and drag all the ports from a source qualifier or other transformation to add them to the Filter transformation.
  5. Double-click on the title bar and click on Ports tab. You can also manually create ports within the transformation.
  6. Click the Properties tab to configure the filter condition and tracing level.
  7. In the Value section of the filter condition, open the Expression Editor.
  8. Enter the filter condition you want to apply. The default condition returns TRUE.
    Use values from one of the input ports in the transformation as part of this condition. However, you can also use values from output ports in other transformations.
  9. Enter an expression. Click Validate to verify the syntax of the conditions you entered.
  10. Select the tracing level.
  11. Add metadata extensions on the Metadata Extensions tab.

0 COMMENTS

We’d like to hear from you!