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

usbrandon 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 644c7d43ac Update copyrowstoresult.adoc
     new 8e8493c3f7 Merge pull request #3480 from Mattang-Dan/patch-61
644c7d43ac is described below

commit 644c7d43acc30c1ddbaff627676281d883814827
Author: Mattang-Dan <[email protected]>
AuthorDate: Tue Dec 5 09:55:51 2023 -0800

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

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/copyrowstoresult.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/copyrowstoresult.adoc
index 788f6fc793..3e1de1325d 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/copyrowstoresult.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/copyrowstoresult.adoc
@@ -25,9 +25,6 @@ under the License.
 |
 == Description
 The Copy Rows To Result transform allows you to transfer rows of data (in 
memory) to the next pipeline (or workflow action) in a workflow via an internal 
result row set.
-
-The Copy Rows To Result transform can be paired with the Get Rows from Result 
transform to retrieve the result row set in a pipeline. In some cases, the Get 
rows from Result transform is not required to retrieve the result set such as a 
pipeline transform in a workflow. Data rows can be passed from and to pipelines 
on a workflow, but data rows cannot be accessed directly in a workflow.
-
 |
 == Supported Engines
 [%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
@@ -39,6 +36,9 @@ The Copy Rows To Result transform can be paired with the Get 
Rows from Result tr
 !===
 |===
 
+== Usage
+The Copy Rows To Result transform can be paired with the Get Rows from Result 
transform to retrieve the result row set in a pipeline. In some cases, the Get 
rows from Result transform is not required to retrieve the result set such as a 
pipeline transform in a workflow. Data rows can be passed from and to pipelines 
on a workflow, but data rows cannot be accessed directly in a workflow.
+
 This transform can be used by the Get Rows from Result transform and some 
workflow actions that allow to process the internal result row set.
 
 NOTE: this transform is mainly available for historical reasons. There are 
newer and better ways to create loops in Hop, check the 
xref:best-practices/index.adoc[Best Practices] for more information.

Reply via email to