This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 45a2fac58f Update replacestring.adoc
     new 7fb317b217 Merge pull request #3340 from Mattang-Dan/patch-28
45a2fac58f is described below

commit 45a2fac58f5e92aff3f2b8fcefc17b2123fc71da
Author: Mattang-Dan <[email protected]>
AuthorDate: Thu Nov 2 11:29:46 2023 -0700

    Update replacestring.adoc
---
 .../modules/ROOT/pages/pipeline/transforms/replacestring.adoc       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/replacestring.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/replacestring.adoc
index 5d997cd9f2..0a84a780e3 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/replacestring.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/replacestring.adoc
@@ -50,9 +50,9 @@ It also supports regular expressions and group references. 
group references are
 |Option|Description
 |Transform name|Name of the transform.
 |In stream field|The field in which a replacement has to take place.
-|Out stream field|The result field.
+|Out stream field|The result field. If you leave the Out stream field empty, 
it will replace the value in the In stream field or it will create a new field.
 |use RegEx|Use regular expressions (Y/N).
-|Search|Search for a certain pattern.
+|Search|Search for a certain pattern. Can use a wildcard (*) for searching in 
the Search column.
 |Replace with|Replace with certain characters.
 |Set empty string?|Turn string into an empty string.
 |Replace with field|Replace the pattern with a field value.
@@ -73,4 +73,4 @@ This will replace any 11 digit numbers with the last 7 digits.
 == Metadata Injection Support
 
 All fields of this transform support metadata injection.
-You can use this transform with ETL Metadata Injection to pass metadata to 
your pipeline at runtime.
\ No newline at end of file
+You can use this transform with ETL Metadata Injection to pass metadata to 
your pipeline at runtime.

Reply via email to