Changes for page JsonToXml
Last modified by Assala Chmiti on 2022/07/25 13:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,10 +11,10 @@ 11 11 There is no format file used for the connector JsonToXML. What happened in the transformation is that the json field is tranformed to an XML tag. 12 12 13 13 14 -The xml file has a root tag iXDoc followed by the xml tag iXMessage. 14 +The xml file has a root tag iXDoc followed by the xml tag iXMessage. The iXMessage tag contains the content of the 15 15 16 16 17 -The sub fileds are converted to a sub tags in XML. 17 +The sub fileds in an array are converted to a sub tags in the XML file. 18 18 19 19 20 20 The name of the field is converted to the name of the xml tag and the content of the field is converted to the content of the xml tag.