ppankaj88New Contributor II5 years agoReplace "@" 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 → “ProviderP...Show More
SupratimContributor III5 years ago@ppankaj88 Try this binary to document snap then replace(/[@]/g, ‘’) .with content
ppankaj88New Contributor II to Supratim5 years agoReplace function is not working, could you please share an example.SupratimContributor III to ppankaj885 years ago After using doc to binary snap(make decoding as none) take one mapper and use $content.replace(/[@]/g, ‘’)
ppankaj88New Contributor II to Supratim5 years agoReplace function is not working, could you please share an example.
SupratimContributor III to ppankaj885 years ago After using doc to binary snap(make decoding as none) take one mapper and use $content.replace(/[@]/g, ‘’)
Recent DiscussionsPagination and nextCursor in headerJavascript to promote top level listsSolvedGoogle Sheets Subscribe questionsBasic string transformations not workingSolvedCan we generate XML file in pretty print format using native snapLogic snaps?Solved