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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ The Kafka Connect XML converter and transformation plug-ins make it easier to wo
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