From f7dc7a92c87a24d92111c196be834cd8ca726bb4 Mon Sep 17 00:00:00 2001 From: roldanbob Date: Mon, 12 Aug 2024 12:41:13 -0400 Subject: [PATCH] DBZ-8103 Edit property description --- .../decode-logical-decoding-message-content.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/transformations/decode-logical-decoding-message-content.adoc b/documentation/modules/ROOT/pages/transformations/decode-logical-decoding-message-content.adoc index 107834064..b6c432e1f 100644 --- a/documentation/modules/ROOT/pages/transformations/decode-logical-decoding-message-content.adoc +++ b/documentation/modules/ROOT/pages/transformations/decode-logical-decoding-message-content.adoc @@ -136,5 +136,6 @@ The following table lists the configuration options that you can use with the `D |[[decode-logical-decoding-message-content-fields-null-include]]<> |boolean |false -|Defines whether to include fields with null values to the decoded structure +|Specifies how the decoding process handles fields that have null values in the source message. +By default, the transformation removes fields that have null values. |===