Delphix Products

  • 1.  Masking > Ruleset on files > files dinamically change them filename.

    Posted 05-17-2016 10:48:00 AM
    Hi all,

    I have a delimited files connection type in my masking environment. How can I use a file pattern to include a group of files without using known filename in advance? All files in my folder have filename that contains a date. Thus these filenames can change dinamically.

    Thank you.
    Gianpiero



    #Masking


  • 2.  RE: Masking > Ruleset on files > files dinamically change them filename.
    Best Answer

    Posted 05-17-2016 11:02:00 AM
    Hi,
    When defining the rule set after you selected the connector you'll see a list of all files in that directory. Instead of selecting any of those files you can add a file name pattern instead. This pattern follows the rules of regular expressions(!), not the typical wildcards of the O/S. Example: .*.csv would retrieve all delimited files with extension ".csv".
    Cheers,
    Karsten


  • 3.  RE: Masking > Ruleset on files > files dinamically change them filename.

    Posted 05-17-2016 11:48:00 AM
    You saved me! Thank you a lot. I used *.csv instead and I wasn't able to mask any file. Using .*.csv saves me!