Table of Contents

Search

  1. Preface
  2. Introduction to Transformations
  3. Transformation Ports
  4. Transformation Caches
  5. Address Validator Transformation
  6. Aggregator Transformation
  7. Association Transformation
  8. Bad Record Exception Transformation
  9. Case Converter Transformation
  10. Classifier Transformation
  11. Comparison Transformation
  12. Consolidation Transformation
  13. Data Masking Transformation
  14. Data Processor Transformation
  15. Decision Transformation
  16. Duplicate Record Exception Transformation
  17. Expression Transformation
  18. Filter Transformation
  19. Hierarchical to Relational Transformation
  20. Java Transformation
  21. Java Transformation API Reference
  22. Java Expressions
  23. Joiner Transformation
  24. Key Generator Transformation
  25. Labeler Transformation
  26. Lookup Transformation
  27. Lookup Caches
  28. Dynamic Lookup Cache
  29. Match Transformation
  30. Match Transformations in Field Analysis
  31. Match Transformations in Identity Analysis
  32. Normalizer Transformation
  33. Merge Transformation
  34. Parser Transformation
  35. Python Transformation
  36. Rank Transformation
  37. Read Transformation
  38. Relational to Hierarchical Transformation
  39. REST Web Service Consumer Transformation
  40. Router Transformation
  41. Sequence Generator Transformation
  42. Sorter Transformation
  43. SQL Transformation
  44. Standardizer Transformation
  45. Union Transformation
  46. Update Strategy Transformation
  47. Web Service Consumer Transformation
  48. Parsing Web Service SOAP Messages
  49. Generating Web Service SOAP Messages
  50. Weighted Average Transformation
  51. Window Transformation
  52. Write Transformation
  53. Appendix A: Transformation Delimiters

Developer Transformation Guide

Developer Transformation Guide

Configuring Tokenization Masking

Configuring Tokenization Masking

Perform the following tasks before you use the tokenization masking technique:
  1. Browse to the
    tokenprovider
    directory in the path:
    <Informatica_home>\services\shared
    .
  2. Open the following XML file:
    com.informatica.products.ilm.tx-tokenizerprovider.xml
    .
  3. Add the tokenizer name and the fully qualified name of the class file for each tokenizer you want to use. Implement the tokenizer class within the
    com.informatica.products.ilm.tx-tokenprovider-<Build-Number>.jar
    class in the
    tokenprovider
    directory. For each tokenizer, enter the information in the XML file as in the following example:
    <TokenizerProvider> <Tokenizer Name="CCTokenizer" ClassName="com.informatica.tokenprovider.CCTokenizer"/> </TokenizerProvider>
    Where:
    • Tokenizer Name is the user-defined name in quotes.
    • ClassName is the user-defined name for the CLASSNAME attribute. Implement this from within
      com.informatica.products.ilm.tx-tokenprovider-<Build-Number>.jar
      .
After configuration, you can use the Tokenization masking technique. Enter the tokenizer name to specify the algorithm to use when you create a mapping.

0 COMMENTS

We’d like to hear from you!