PostgreSQL Bulk Loader
Description
The PostgreSQL bulk loader is a transform in which we will stream data from Hop to postgresql using "COPY DATA FROM STDIN" into the database.
replace boolean fields in your pipeline stream by string fields with "Y" or "N" values to avoid errors. |
Options
Option | Description |
---|---|
Transform name | Name of the transform. |
Connection | Name of the database connection on which the target table resides. |
Target schema | The name of the Schema for the table to write data to. This is important for data sources that allow for table names with dots '.' in it. |
Target table | Name of the target table. |
Load action | Insert, Truncate. Insert inserts, truncate first truncates the table. |
DB Name Override | (optional) database name to override the database name used in this transform’s connection. |
Enclosure | the enclosure character to use in the |
Delimiter | the delimiter character to use in the |
Stop on error | Stop the execution of this transform when an error occurs |
Fields to load | This table contains a list of fields to load data from, properties include:
|