Skip to main content
Solved

Convert a JSON string into XML within a Script connector using ArcScript?

  • April 30, 2024
  • 1 reply
  • 118 views

Forum|alt.badge.img+1

How do I convert a JSON string to XML in ArcScript / Script connector?

Best answer by James B

Currently, there is not an public operation that can be used to perform this type of transformation in code using CData Arc, outside of the JSON connector, which operates on the file as a whole for JSON → XML or XML → JSON conversions.

 

However, I have put in a feature request to make this available through a dedicated operation in arcScript, so please be on the lookout for this in future updates to CData Arc. 

This topic has been closed for replies.

1 reply

James B
Forum|alt.badge.img
  • Employee
  • Answer
  • April 30, 2024

Currently, there is not an public operation that can be used to perform this type of transformation in code using CData Arc, outside of the JSON connector, which operates on the file as a whole for JSON → XML or XML → JSON conversions.

 

However, I have put in a feature request to make this available through a dedicated operation in arcScript, so please be on the lookout for this in future updates to CData Arc.