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
------------------------------
Original Message:
Sent: 04-05-2024 02:02:20 AM
From: Anu Shruthi Sathiyanathan
Subject: XML Masking
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
------------------------------