Skip to content

Commit 5e9c317

Browse files
committed
Update README.md
Signed-off-by: Joel Hanson <[email protected]>
1 parent 0ce4c59 commit 5e9c317

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The Kafka Connect XML converter and transformation plug-ins make it easier to wo
1515

1616
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).
1717

18-
| **Option** | **Default value** | **Notes** |
19-
| --------------------- | ----------------- | ----------------------------------------------------------------------------------------- |
20-
| `root.element.name` | `root` | The name of the root element in the XML document being parsed. |
21-
| `xsd.schema.path` | | Location of a schema file to use to parse the XML string. |
22-
| `xml.doc.flat.enable` | `false` | Set to `true` if the XML strings contain a single value (e.g. `<root>the message</root>`) |
18+
| **Option** | **Default value** | **Notes** |
19+
| --------------------- | ----------------- | ------------------------------------------------------------------------------------------------- |
20+
| `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>`) |
2323

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)
2525

2626
| **Option** | **Default value** | **Notes** |
2727
| ------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)