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 673c8ac2ad Update filterrows.adoc
new dac84acd78 Merge pull request #3358 from Mattang-Dan/patch-37
673c8ac2ad is described below
commit 673c8ac2ad33d35c7d55637a8d653e5c001693db
Author: Mattang-Dan <[email protected]>
AuthorDate: Mon Nov 6 13:28:51 2023 -0800
Update filterrows.adoc
---
.../modules/ROOT/pages/pipeline/transforms/filterrows.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c7b2784622..7b91511d58 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
@@ -28,7 +28,7 @@ under the License.
|
== Description
-The Filter Rows transform allows you to filter rows based on conditions and
comparisons. It affects workflow if connecting the True or False outcome/hop to
another transform.
+The Filter Rows transform allows you to filter rows based on conditions and
comparisons. It affects workflow if connecting the True or False outcome/hop to
another transform. There are 3 path available as outputs (True/False/Main
output). The main output follows the True path only.
Once this transform is connected to a previous transform (one or more and
receiving input), you can click on the "<field>", "=" and "<value>" areas to
construct a condition. Downstream transforms can be connected to the True or
False hop.