User Tools

Site Tools


transformations:bulkexportdb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
transformations:bulkexportdb [2023/01/19 16:53] dmitrytransformations:bulkexportdb [2023/10/15 20:59] – updated page style craigt
Line 1: Line 1:
-===== Bulk export into database =====+{{ transformations:BulkExportDBAction.png}} 
 +====== BULK EXPORT TO DATABASE ====== 
 +Category: Export / Database\\
  
-The "Bulk export to database" action performs fast export into a database table using the native bulk load +\\  
 +=====Description===== 
 +This action performs fast export into a database table using the native bulk load 
 capabilities of the target database. The action is intended for exporting large volumes of data (e.g. millions of rows or more) and may not be efficient on small datasets (e.g. with a few hundred of rows). capabilities of the target database. The action is intended for exporting large volumes of data (e.g. millions of rows or more) and may not be efficient on small datasets (e.g. with a few hundred of rows).
  
-Supported target databases: +Currently, the following database types are supported:
 ^ Database type  ^ Driver type  ^ ^ Database type  ^ Driver type  ^
-| SQL Server   | Native  ^ +BigQuery     | ODBC  | 
-Postgres     | Native  ^ +| Microsoft SQL Server   | Native  | 
-| Snowflake    | Native / ODBC  +Oracle (experimental) | Native 
-BigQuery     | ODBC  ^+| PostgreSQL     | Native  | 
 +| Snowflake    | Native / ODBC  |
  
-** See also **+A configured connector of the appropriate type is required.
  
 +\\ 
 +=====Action settings=====
 +^Setting  ^Description ^
 +|Database type|Select the type of database.  Options:  //BigQuery//, //SQLServer//, //Oracle//, //PostgreSQL//, or //Snowflake//.|
 +|Connector<sup>*</sup>|Select or create a configured connector matching the //Database type// chosen above.|
 +|Table name<sup>*</sup>|Select the table to export to.  Click the //refresh// button if the table list does not automatically populate, or needs to be updated.|
 +|Column mapping |Select the method for mapping the dataset columns to the fields in the database table.\\  Options: //Automatic// (export to database columns with the same names) or //Explicit// (manually map the dataset\\ columns on the left to the database fields on the right; use the "Map possible" link to auto-select matching field names).|
 +
 +<sup>*</sup> Setting can be specified using a [[:parameters|parameter]].\\
 +
 +
 +\\ 
 +=====See also=====
 +  * [[transformations:sqlcommand|Database command]]
   * [[transformations:exportdb|Export into database]]   * [[transformations:exportdb|Export into database]]
   * [[transformations:updatedb|Update database table]]   * [[transformations:updatedb|Update database table]]
 +
 +
transformations/bulkexportdb.txt · Last modified: 2023/10/15 21:00 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki