Skip to content

Commit 1b64695

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 7a4493e commit 1b64695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ output:
105105
106106
### Important notes when using `row_format: full`
107107

108-
- The `before` object will be `null` for `insert` and `create` operations, and the `after` object will be `null` for `delete` operations. This means that if you are building the output key manually, you should account for this and ensure that you are not trying to access fields from a `null` object. Example:
108+
- The `before` object will be `null` for `insert` and `create` operations, and the `after` object will be `null` for `delete` operations. If you are building the output key manually, you should account for this and ensure that you are not trying to access fields from a `null` object, as shown in the example below:
109109

110110
```yaml
111111
source:

0 commit comments

Comments
 (0)