You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-An MQ Source Record builder for parsing MQ messages containing XML strings.
12
+
An MQ Source Record builder for parsing MQ messages containing XML strings.
13
13
14
14
## Configuration
15
15
16
16
The following table lists optional configuration that can be set when turning XML strings into Connect records by using the plug-ins (XML string to Connect record).
|`root.element.name`|`root`| The name of the root element in the XML document that is being parsed. |
21
+
|`xsd.schema.path`||The location of the schema file to use when parsing the XML string. |
22
+
|`xml.doc.flat.enable`|`false`| Set to `true` if the XML strings contain a single value (for example,`<root>the message</root>`) |
23
23
24
-
Optional configuration that can be set when using the plugin to create XML strings from Connect records (Conect Record -> XML string)
24
+
The following table lists optional configuration that can be set when turning Connect records into XML strings by using the plug-ins (Connect Record to XML string)
0 commit comments