Skip to content

Commit 66a80dd

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/map-example.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 379c91b commit 66a80dd

File tree

1 file changed

+1
-1
lines changed
  • content/integrate/redis-data-integration/data-pipelines/transform-examples

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The example above creates a new JSON object with the following structure:
7272
- An `address` subobject that contains the `address`, `city`, `state`, `postalcode`, and `country` fields.
7373
- A `contact` subobject that contains the `phone` field and a modified version of the `email` field, where the '@' sign and dots are replaced with '_at_' and '_dot_' respectively.
7474

75-
In the `output` section of the job file, we specify that we want to write
75+
The `output` section of the file configures the job to write
7676
to a JSON object with a custom key. Note that in the `output` section, you must refer to
7777
fields defined in the `map` transformation, so we use the new name `id`
7878
for the key instead of `employeeid`.

0 commit comments

Comments
 (0)