ppankaj88New Contributor II6 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 III6 years ago@ppankaj88 Try this binary to document snap then replace(/[@]/g, ‘’) .with content
ppankaj88New Contributor II to Supratim6 years agoReplace function is not working, could you please share an example.
SupratimContributor III to ppankaj886 years ago After using doc to binary snap(make decoding as none) take one mapper and use $content.replace(/[@]/g, ‘’)
SupratimContributor III to ppankaj886 years ago After using doc to binary snap(make decoding as none) take one mapper and use $content.replace(/[@]/g, ‘’)
Recent Discussionstrace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizeSolvedConcat values of a field based on value of another fieldSolvedJWT Configuration for SnapLogic Public API