Skip to content

Commit 17d1d16

Browse files
Chris Choschmalliso
authored andcommitted
DOCSP-12245: fix regex setting name (#48)
* DOCSP-12245: fix regexp post processor setting name
1 parent d564639 commit 17d1d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/kafka-sink-postprocessors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Example
599599

600600
.. code-block:: properties
601601

602-
field.renamer.mapping=[{"regexp":"^key\\.date.*$","pattern":"_","replace":"-"},{"regexp":"^value\\.crepes\\..*","pattern":"purchased","replace":"quantity"}]
602+
field.renamer.regexp=[{"regexp":"^key\\.date.*$","pattern":"_","replace":"-"},{"regexp":"^value\\.crepes\\..*","pattern":"purchased","replace":"quantity"}]
603603

604604
When the post processor is applied to the :ref:`sample key document <sample-key-document>`
605605
and the :ref:`sample value document <sample-value-document>`, it produces the

0 commit comments

Comments
 (0)