Skip to content

Commit 4a621af

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ The Kafka Connect XML converter and transformation plug-ins make it easier to wo
55
## Contents
66

77
- `com.ibm.eventstreams.kafkaconnect.plugins.xml.XmlConverter`
8-
A Kafka Connect converter for converting between Kafka Connects internal data format and XML strings.
8+
A Kafka Connect converter for converting between structured objects (Kafka Connect's internal data format and Java Maps and Lists) and XML strings.
99
- `com.ibm.eventstreams.kafkaconnect.plugins.xml.XmlTransformation`
1010
A Single Message Transform (SMT) that takes a Kafka Connect record containing an XML string and transforms it into a structured Connect record.
1111
- `com.ibm.eventstreams.kafkaconnect.plugins.xml.XmlMQRecordBuilder`
12-
- 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.
1313

1414
## Configuration
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)