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 1e6619c Documentation updated to b94539d
1e6619c is described below
commit 1e6619cca9f36a0e1f1a32ca10eb06336f6c8d5b
Author: jenkins <[email protected]>
AuthorDate: Fri Feb 26 21:44:15 2021 +0000
Documentation updated to b94539d
---
.../modules/.asciidoctor/pages/index.adoc | 1 +
hop-user-manual/modules/ROOT/nav.adoc | 1 +
.../plugins/transforms/monetdbbulkloader.adoc | 84 ++++++++++++++++++++++
3 files changed, 86 insertions(+)
diff --git a/hop-user-manual/modules/.asciidoctor/pages/index.adoc
b/hop-user-manual/modules/.asciidoctor/pages/index.adoc
index 4d7203b..33d9904 100644
--- a/hop-user-manual/modules/.asciidoctor/pages/index.adoc
+++ b/hop-user-manual/modules/.asciidoctor/pages/index.adoc
@@ -142,6 +142,7 @@
include::{sourcepath}/plugins/transforms/metainject.adoc[leveloffset=+2]
include::{sourcepath}/plugins/transforms/metastructure.adoc[leveloffset=+2]
include::{sourcepath}/plugins/transforms/excelinput.adoc[leveloffset=+2]
include::{sourcepath}/plugins/transforms/exceloutput.adoc[leveloffset=+2]
+include::{sourcepath}/plugins/transforms/monetdbbulkloader.adoc[leveloffset=+2]
include::{sourcepath}/plugins/transforms/mongodbinput.adoc[leveloffset=+2]
include::{sourcepath}/plugins/transforms/mongodboutput.adoc[leveloffset=+2]
include::{sourcepath}/plugins/transforms/multimerge.adoc[leveloffset=+2]
diff --git a/hop-user-manual/modules/ROOT/nav.adoc
b/hop-user-manual/modules/ROOT/nav.adoc
index 663e3f4..744c4fc 100644
--- a/hop-user-manual/modules/ROOT/nav.adoc
+++ b/hop-user-manual/modules/ROOT/nav.adoc
@@ -125,6 +125,7 @@
*** xref:plugins/transforms/metastructure.adoc[Metadata structure of stream]
*** xref:plugins/transforms/excelinput.adoc[Microsoft Excel input]
*** xref:plugins/transforms/exceloutput.adoc[Microsoft Excel output]
+*** xref:plugins/transforms/monetdbbulkloader.adoc[MonetDB Bulk Loader]
*** xref:plugins/transforms/mongodbinput.adoc[MongoDB Input]
*** xref:plugins/transforms/mongodboutput.adoc[MongoDB Output]
*** xref:plugins/transforms/multimerge.adoc[Multiway Merge Join]
diff --git
a/hop-user-manual/modules/ROOT/pages/plugins/transforms/monetdbbulkloader.adoc
b/hop-user-manual/modules/ROOT/pages/plugins/transforms/monetdbbulkloader.adoc
new file mode 100644
index 0000000..34453d4
--- /dev/null
+++
b/hop-user-manual/modules/ROOT/pages/plugins/transforms/monetdbbulkloader.adoc
@@ -0,0 +1,84 @@
+////
+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/monetdbbulkloader/src/main/doc/monetdbbulkloader.adoc
+
+= MonetDB Bulk Loader
+
+== Description
+
+The MonetDB Bulk loader can be used to Bulk load data to MonetDB, this
transform greatly improves the spead to load data to MonetDB.
+
+== Options
+
+=== General
+
+Transform name : Specify the unique name of the MongoDB Output transform in
the pipeline.
+Connection : Select your MonetDB database connection
+
+=== General Settings tab
+
+This tab contains the destination settings, buffer size and location for the
logfile.
+
+|===
+|Field|Description
+
+|Target Schema
+|Specify the database schema that has to be used.
+
+|Target Table
+|Specify the database table, use the Browse button next to this field to use a
menu to select the table and schema
+
+|Buffer size (rows)
+|Specify how many rows will be kept in memory before transferring to MonetDB
+
+|Log file
+|Specify the location for the Bulk command logs returned from MonetDB
+
+|Truncate table
+|Remove all data from the destination table before loading the data.
+
+|Fully quote all SQL statements
+|Forces quotes around all objects when executing
+
+|===
+
+=== MonetDB Settings tab
+
+This tab contains information about the temporary files that are generated to
load the data.
+
+|===
+|Field|Description
+
+|Field separator
+|This is the separator that will be used in the Bulk copy command, it is not
allowed to have this field in the input data.
+
+|Field enclosure
+|The enclosure character used around values.
+
+|Null values represented
+|Null values will be converted to this string, this allows to differentiate
empty strings and null values.
+
+|Encoding
+|File encoding used when generating the files for the copy statement.
+
+
+|===
+
+=== Output Fields tab
+This tab contains the source to target mapping.
\ No newline at end of file