ppankaj88
5 years agoNew Contributor II
Replace "@" and "#" while converting XML to JSON
Hi All,
I am converting XML file to JSON file using XML parser snap and JSON formatter.
When I’m converting, prefix “@” is getting added to all the attributes. For example:-
In XML → “ProviderPaxRef”: “String”
In Converted JSON → “@ProviderPaxRef”: “String”
Now I wanted to remove prefix “@” from every element dynamically. Can anyone help me on this.
Regards,
Pankaj