Wiki source code of JsonToXml
Version 5.1 by Assala Chmiti on 2022/07/25 13:00
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ==== __**Introduction:**__ ==== | ||
2 | |||
3 | |||
4 | This connector is used to transform a Json file to an Xml file. | ||
5 | |||
6 | ==== ==== | ||
7 | |||
8 | ==== __**How does the connector work?:**__ ==== | ||
9 | |||
10 | |||
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 | |||
13 | |||
14 | The xml file has a root tag iXDoc followed by the xml tag iXMessage. | ||
15 | |||
16 | |||
17 | The sub fileds are converted to a sub tags in XML. | ||
18 | |||
19 | |||
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. | ||
21 | |||
22 | |||
23 | __//**Example:**//__ | ||
24 | |||
25 | |||
26 | [[image:1658744038378-481.png]] | ||
27 | |||
28 | |||
29 | ==== __**The connector properties**__ ==== | ||
30 | |||
31 | [[image:1658746625409-784.png]] | ||
32 | |||
33 | [[image:1658746600360-904.png||height="401" width="426"]] | ||
34 | |||
35 |