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/hop.git
The following commit(s) were added to refs/heads/master by this push:
new c9e95dc070 Update tableoutput.adoc
new 038d3a9463 Merge pull request #3383 from Mattang-Dan/patch-50
c9e95dc070 is described below
commit c9e95dc0703d5682fe5714f846e6df7a465961a5
Author: Mattang-Dan <[email protected]>
AuthorDate: Fri Nov 10 13:30:38 2023 -0800
Update tableoutput.adoc
---
.../ROOT/pages/pipeline/transforms/tableoutput.adoc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableoutput.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableoutput.adoc
index f8caf2a7f3..52d95842e4 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableoutput.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableoutput.adoc
@@ -27,12 +27,6 @@ under the License.
The Table Output transform inserts data into a relational database table.
-Table Output is equivalent to the DML operator INSERT.
-
-This transform provides configuration options for target table and a lot of
housekeeping and/or performance-related options such as Commit Size and Use
batch update for inserts.
-
-If you have a database table that has identity columns and you are inserting a
record, as part of the insert, the JDBC driver will typically return the
auto-generated key it used when performing the insert.
-
|
== Supported Engines
[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
@@ -44,6 +38,12 @@ If you have a database table that has identity columns and
you are inserting a r
!===
|===
+Table Output is equivalent to the DML operator INSERT.
+
+This transform provides configuration options for target table and a lot of
housekeeping and/or performance-related options such as Commit Size and Use
batch update for inserts.
+
+If you have a database table that has identity columns and you are inserting a
record, as part of the insert, the JDBC driver will typically return the
auto-generated key it used when performing the insert.
+
== Options
[options="header"]
@@ -99,4 +99,4 @@ All fields of this transform support metadata injection.
You can use this transform with ETL Metadata Injection to pass metadata to
your pipeline at runtime.
* **Options**: Target Schema, Target Table, Commit Size, Truncate Table,
Specify Database Fields, Partition Data over Table, Use Batch Update for
Inserts, Is the Name of Table Defined in a Field?, Store the Tablename Field,
and Return Auto-Generated Key
-* **Values**: Table and Stream
\ No newline at end of file
+* **Values**: Table and Stream