You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/27 20:06:45 UTC

[incubator-hop] branch master updated: HOP-3441 removed references to 5.0

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/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new ef1ad14  HOP-3441 removed references to 5.0
     new a05421e  Merge pull request #1177 from bamaer/master
ef1ad14 is described below

commit ef1ad14af2a46d888b6c50331de84816f49904cb
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Wed Oct 27 21:05:29 2021 +0200

    HOP-3441 removed references to 5.0
---
 .../modules/ROOT/pages/pipeline/transforms/execprocess.adoc            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execprocess.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execprocess.adoc
index 0cc2a3b..acf1d9d 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execprocess.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execprocess.adoc
@@ -37,8 +37,7 @@ Arguments can also be used.
 |Fail if not success|Checking this option means if the exit status is different than zero the transform fails.
 You can use error handling to get these rows.
 |Output line delimiter|Without defining a line delimiter, all returned lines are collapsed into a single string with no line delimiters.
-This option is available since 5.0 and by default empty for backward compatibility.
-You can set to any line delimiter and special characters can be set with the format $[value], e.g. $[0D] for CR or $[0D,0A] for CR/LF (since 5.0).
+You can set to any line delimiter and special characters can be set with the format $[value], e.g. $[0D] for CR or $[0D,0A] for CR/LF.
 |Result fieldname|Specify here the name of the result fieldname (STRING) added to the output stream of the pipeline.
 This field is populated by the output stream (stdout) of the process.
 |Error fieldname|Specify here the name of the error fieldname (STRING) added to the output stream of the pipeline.