Test Data Manager

 View Only
  • 1.  guide on creating user functions on data masking

    Posted Nov 23, 2019 06:26 PM

    Hi,

    Any reference on how to create custom defined functions and use for test data generation and masking

    thanks,
    Koti_Paruc


  • 2.  RE: guide on creating user functions on data masking
    Best Answer

    Broadcom Employee
    Posted Nov 26, 2019 09:50 AM
    Hi Koti_Paruc,

    You can find information on custom masking functions by searching for "Create Custom Masking Functions" in the PDF documentation available for download at:
    https://ent.box.com/s/6lfi2o7kxcoeuwbhss3kcv34mrau6me7

    The Techdocs link for this has a few missing sections at this time.

    For custom data generation functions, you have a couple of options
    (1)  Use custom Substitution Variables to assemble a reusable, complex function and use it within Data Generation
    (2)  Implement it in a SQL stored procedure and use the existing execsql function to ​call it