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

hansva 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 701208d605 Update filterrows.adoc
     new b413963da8 Merge pull request #3473 from Mattang-Dan/patch-60
701208d605 is described below

commit 701208d6059e829ee1990f6e3f273a68f52e6482
Author: Mattang-Dan <[email protected]>
AuthorDate: Fri Dec 1 10:56:02 2023 -0800

    Update filterrows.adoc
---
 .../modules/ROOT/pages/pipeline/transforms/filterrows.adoc            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc
index 33f48736aa..f4ed8dafde 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc
@@ -66,7 +66,7 @@ TIP: Lists also works on numeric values like integers. In 
this case, the list of
 
 === Filtering rows based on values from variables
 
-The filter rows transform detects only fields in the input stream. If you want 
to filter rows based on a variable value, you can modify the previous 
transform. For example, a table input transform can include the variable in the 
SQL as another field such as
+The filter rows transform detects only fields in the input stream. If you want 
to filter rows based on a variable value, you can modify the previous transform 
like a Table input transform. For example, a table input transform can include 
the variable in the SQL as another field such as
 [source,sql]
 ----
 SELECT field1, field2, ${myvar} AS field3 FROM table1
@@ -93,7 +93,7 @@ Then in the filter row condition, you can have:
 field1 = field3
 ----
 
-*FYI* - instead of adding a field to the Table Input shown above, you can also 
use a "Get Variables" transform to set fields.
+*FYI* - instead of adding a field to a Table Input as shown above, you can 
also use a "Get Variables" transform to add fields to the stream.
 
 TIP: You can use a REGEX expression in the "filter row" transform.  
 

Reply via email to