Masking columns in XML

I have an XML file with all the details of an employee. I just want to mask the firstname and lastname records as AAAA and generate the XML with all other fields including firstname and lastname. Please suggest on this

Showing Answers 1 - 3 of 3 Answers

Ajanth

  • Feb 19th, 2020
 

read xml-->reformat (concat(masked chars+substr(name))-->write xml

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions