Skip to content

Commit 69ef5b1

Browse files
Merge pull request #3046 from ilianiliev-redis/using-full-row-format-and-mapping
[RDSC-5016] Improving documentation for using full row format and mapping
2 parents 910d01c + 4990771 commit 69ef5b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,5 @@ output:
151151
expression: concat([after.CITY, ', ', after.STATE])
152152
language: jmespath
153153
```
154+
155+
- When using the `full` row format, you should prepend all data fields in transformation and key calculations with `before` or `after` depending on whether you want to access the previous or current value of the row. The only exception to this is the `mapping` section where only the `after` values are available, so you should use the column/value name without the `after` prefix.

0 commit comments

Comments
 (0)