Skip to content

Commit 3291b18

Browse files
authored
Merge pull request #86 from aiven/ivanyu/fix-doc
2 parents c9855d7 + b86ff9d commit 3291b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Here is an example of this transformation configuration:
123123
```
124124
transforms=ConcatFields
125125
transforms.ConcatFields.type=io.aiven.kafka.connect.transforms.ConcatFields$Value
126-
transforms.ConcatFields.field.names=["test","foo","bar","age"]
126+
transforms.ConcatFields.field.names=test,foo,bar,age
127127
transforms.ConcatFields.output.field.name="combined"
128128
transforms.ConcatFields.delimiter="-"
129129
transforms.ConcatFields.field.replace.missing="*"

0 commit comments

Comments
 (0)