Skip to content

Commit

Permalink
Merge pull request apache#3375 from Mattang-Dan/patch-40
Browse files Browse the repository at this point in the history
Update copyrowstoresult.adoc
  • Loading branch information
hansva authored Nov 14, 2023
2 parents 54d963a + 7eb13fc commit 9778175
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,18 @@ under the License.
////
:documentationPath: /pipeline/transforms/
:language: en_US
: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.
:description: The Copy Rows To Result transform allows you to transfer rows of data (in memory) to the next pipeline or workflow action via an internal result row set. Remember that values or variables will not be copied, only row data.

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.


= image:transforms/icons/rowstoresult.svg[Copy rows to result transform Icon, role="image-doc-icon"] Copy rows to result

[%noheader,cols="3a,1a", role="table-no-borders" ]
|===
|
== 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.

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.

|
== Supported Engines
[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
Expand All @@ -42,10 +39,14 @@ NOTE: this transform is mainly available for historical reasons. There are newer
!===
|===

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.

== Options

[options="header"]
|===
|Option|Description
|Transform name|Name of the transform this name has to be unique in a single pipeline.
|===
|===

0 comments on commit 9778175

Please sign in to comment.