You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by gi...@apache.org on 2021/02/19 20:44:16 UTC

[incubator-hop-docs] branch asf-site updated: Documentation updated to 97fc827

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b5d6cd0  Documentation updated to 97fc827
b5d6cd0 is described below

commit b5d6cd04805a690c33e98eef789540ec1b36073c
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Feb 19 20:44:11 2021 +0000

    Documentation updated to 97fc827
---
 .../modules/.asciidoctor/pages/index.adoc          |  1 +
 hop-user-manual/modules/ROOT/nav.adoc              |  1 +
 .../ROOT/pages/plugins/transforms/sasinput.adoc    | 43 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/hop-user-manual/modules/.asciidoctor/pages/index.adoc b/hop-user-manual/modules/.asciidoctor/pages/index.adoc
index d12c35e..f689def 100644
--- a/hop-user-manual/modules/.asciidoctor/pages/index.adoc
+++ b/hop-user-manual/modules/.asciidoctor/pages/index.adoc
@@ -160,6 +160,7 @@ include::{sourcepath}/plugins/transforms/flattener.adoc[leveloffset=+2]
 include::{sourcepath}/plugins/transforms/rowgenerator.adoc[leveloffset=+2]
 include::{sourcepath}/plugins/transforms/normaliser.adoc[leveloffset=+2]
 include::{sourcepath}/plugins/transforms/ssh.adoc[leveloffset=+2]
+include::{sourcepath}/plugins/transforms/sasinput.adoc[leveloffset=+2]
 include::{sourcepath}/plugins/transforms/selectvalues.adoc[leveloffset=+2]
 include::{sourcepath}/plugins/transforms/syslog.adoc[leveloffset=+2]
 include::{sourcepath}/plugins/transforms/setvaluefield.adoc[leveloffset=+2]
diff --git a/hop-user-manual/modules/ROOT/nav.adoc b/hop-user-manual/modules/ROOT/nav.adoc
index 371db17..d7ce21d 100644
--- a/hop-user-manual/modules/ROOT/nav.adoc
+++ b/hop-user-manual/modules/ROOT/nav.adoc
@@ -143,6 +143,7 @@
 *** xref:plugins/transforms/rowgenerator.adoc[Row Generator]
 *** xref:plugins/transforms/normaliser.adoc[Row Normaliser]
 *** xref:plugins/transforms/ssh.adoc[Run SSH commands]
+*** xref:plugins/transforms/sasinput.adoc[SAS Input]
 *** xref:plugins/transforms/selectvalues.adoc[Select Values]
 *** xref:plugins/transforms/syslog.adoc[Send Message to Syslog]
 *** xref:plugins/transforms/setvaluefield.adoc[Set field Value]
diff --git a/hop-user-manual/modules/ROOT/pages/plugins/transforms/sasinput.adoc b/hop-user-manual/modules/ROOT/pages/plugins/transforms/sasinput.adoc
new file mode 100644
index 0000000..a45edfe
--- /dev/null
+++ b/hop-user-manual/modules/ROOT/pages/plugins/transforms/sasinput.adoc
@@ -0,0 +1,43 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+:documentationPath: /plugins/transforms/
+:language: en_US
+:page-alternativeEditUrl: https://github.com/apache/incubator-hop/edit/master/plugins/transforms/sasinput/src/main/doc/sasinput.adoc
+
+= SAS Input
+
+== Description
+
+This transform reads files in sas7bdat format created by SAS software (SAS Institute, Inc.).
+The functionality is backed by the Parso java library which you can find https://github.com/epam/parso[over here].
+
+== Options
+
+[width="90%", options="header"]
+|===
+|Option|Description
+
+|Transform name
+|Name of the transform this name has to be unique in a single pipeline.
+
+|Field in the input to use as filename
+|Select the input field that will contain the filename at runtime.  For example, you can use a "Get file names" transform to drive the content of this field.
+
+|The selected fields from the files
+|If you use the "Get Fields" button you can populate this data grid.  Please note that even though the sas7bdat file format only contains certain formats, that you can specify any desired data type and that PDI will convert for you.  Also note that not all fields need to be specified and that you can re-order fields and give them new names. The selection of the fields will be based on the name column.
+
+|===
\ No newline at end of file