Delphix Products

 View Only
  • 1.  XML Masking

    Posted 27 days ago

    Hi,

    Please let me know what is file format for xml to be uploaded , for CSV file we need to upload as text, in case of xml , how it works. I have an xml file of 
    <?xml version="1.0" encoding="UTF-8"?>
    <contacts>
        <contact>
            <firstName>John</firstName>
            <lastName>Doe</lastName>
            <email>john.doe@example.com</email>
        </contact>
        <contact>
            <firstName>Jane</firstName>
            <lastName>Smith</lastName>
            <email>jane.smith@example.com</email>
        </contact>
        <contact>
            <firstName>Michael</firstName>
            <lastName>Johnson</lastName>
            <email>michael.johnson@example.com</email>
        </contact>
    </contacts>


    in .xml format



    ------------------------------
    Anu Shruthi Sathiyanathan
    ------------------------------


  • 2.  RE: XML Masking

    Posted 26 days ago

    Hi Anu,

    Please refer to the following community thread posted earlier for a similar query. The documentation referred to in the thread should help get you started with XML type data. Let me know if it helps.



    ------------------------------
    Vijayendra Salvi
    Principal Support Engineer
    Delphix
    ------------------------------



  • 3.  RE: XML Masking

    Posted 26 days ago
    Take the example xml file and upload it under SETTINGS/FILE-FORMATS as a file format for type xml.
    Important is that the example file needs to have all existing hierarchy nodes as it is used to render & display the user interface where you assign algorithms. Any xml hierarchy not contained in file format cannot be displayed and therefore cannot be configured for masking.
    Assign the file-format to the file/column containing the xml data > this will render the UI.