We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab406c0 commit fbce422Copy full SHA for fbce422
content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-add-field-example.md
@@ -33,7 +33,7 @@ database (the optional `db` value here corresponds to the
33
34
In the `transform` section, the `add_field` transformation adds an extra field called `fullname`
35
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).
+a [SQL expression](https://www.simplilearn.com/tutorials/sql-tutorial/concat-function-in-sql).
37
You can also specify `jmespath` as the `language` if you prefer to create the new
38
field with a [JMESPath](https://jmespath.org/) expression
39
0 commit comments