Skip to content

Commit f75ec78

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-opcode-example.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 18b76c0 commit f75ec78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-opcode-example.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ You can add the value of the operation code to the output, and also use it in a
3333

3434
### Adding the operation code to the output
3535

36-
37-
Use the `add_field` transformation to add a new field called that contains the value of the `opcode` field from the source data. Note, that the fields must be prefixed with `after.` to be included in the output.
36+
Use the `add_field` transformation to add a new field that contains the value of the `opcode` field from the source data. Note that the fields must be prefixed with `after` to be included in the output.
3837

3938

4039
```yaml

0 commit comments

Comments
 (0)