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

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


The following commit(s) were added to refs/heads/release/2.6.0 by this push:
     new 9e320683d0 Update simple-mapping.adoc
     new 8f3a34e955 Merge pull request #3344 from Mattang-Dan/patch-32
9e320683d0 is described below

commit 9e320683d01bb83be7e9f2c9ea4553ddccd7a7e8
Author: Mattang-Dan <[email protected]>
AuthorDate: Thu Nov 2 14:58:39 2023 -0400

    Update simple-mapping.adoc
---
 .../ROOT/pages/pipeline/transforms/simple-mapping.adoc        | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/simple-mapping.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/simple-mapping.adoc
index 7ce15f03dd..2e3c617738 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/simple-mapping.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/simple-mapping.adoc
@@ -25,9 +25,11 @@ under the License.
 |
 == Description
 
-The Simple Mapping transform allows you to re-use a series of transforms in 
the form of a "re-usable pipeline" also known as a "Mapping".
+The Simple Mapping transform allows you to re-use a series of transforms in 
the form of a "re-usable pipeline" also known as a "Mapping". Think of it as a 
re-usable function in programming – you pass some data into the function and it 
returns data back.
+
+
+In the Simple Mapping transform you can specify one 
xref:pipeline/transforms/mapping-input.adoc[Mapping Input] transform to pass 
data to and one xref:pipeline/transforms/mapping-output.adoc[Mapping Output] 
transform to retrieve rows of data from, as well as parameters to pass to the 
mapping.
 
-In the Simple Mapping transform you can specify one 
xref:pipeline/transforms/mapping-input.adoc[Mapping Input] transform to pass 
data to and one xref:pipeline/transforms/mapping-output.adoc[Mapping Output] 
transform to retrieve rows of data from.
 
 Use this transform if you find yourself repeating the same logic multiple 
times over several different pipelines.
 
@@ -57,5 +59,8 @@ You can map (hence the name) field names.
 
 == Sample
 
-In the samples project you can find a small example of the Simple Mapping 
transform called `mapping-use.hpl'.
+In the samples project you can find an example of the Simple Mapping 
transform, the transforms/files/simple-mapping-child.hpl and 
simple-mapping-parent.hpl pipelines.
+
+In the samples project, the parent pipeline sends first and last name fields 
to the child, a calculation is performed and then a field is populated with the 
calculation and sent back.
+
 

Reply via email to