Skip to content

Commit fbce422

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-add-field-example.md
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent ab406c0 commit fbce422

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-add-field-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ database (the optional `db` value here corresponds to the
3333

3434
In the `transform` section, the `add_field` transformation adds an extra field called `fullname`
3535
to the object, which is created by concatenating the existing `firstname` and `lastname` fields using
36-
an [SQL expression](https://www.simplilearn.com/tutorials/sql-tutorial/concat-function-in-sql).
36+
a [SQL expression](https://www.simplilearn.com/tutorials/sql-tutorial/concat-function-in-sql).
3737
You can also specify `jmespath` as the `language` if you prefer to create the new
3838
field with a [JMESPath](https://jmespath.org/) expression
3939

0 commit comments

Comments
 (0)