tVerticaOutput
database table.
tVerticaOutput Standard properties
These properties are used to configure tVerticaOutput running
in the Standard Job framework.
The Standard
tVerticaOutput component belongs to the Databases family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Property Type |
Select the way the connection details
|
![]() |
Click the icon to open a database connection wizard and store the database connection For more information about setting up and storing database connection parameters, see |
DB Version |
Select the version of the database. |
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to When a Job contains the parent Job and the child Job, if you need to
For an example about how to share a database connection across Job |
Host |
The IP address or hostname of the database. |
Port |
The listening port number of the database. |
Database |
The name of the database. |
Schema |
The schema of the database. |
Username and Password |
The database user authentication data. To enter the password, click the […] button next to the |
Table |
The name of the table into |
Action on table |
Select an operation to be performed on the table defined.
This property is not |
Use “drop |
Select this check box to remove all objects related to This property is available only when a table drop related |
Action on data |
Select an action to be performed on data of the table defined.
It is necessary to specify at |
Schema and Edit schema |
A schema is a row description. It defines the number of fields
When the schema to be reused has default values that are You can find more details about how to Click Edit
schema to make changes to the schema. Note: If you
make changes, the schema automatically becomes built-in.
This This |
Die on error |
Select the check box to stop the execution of the Job when an error Clear the check box to skip any rows on error and complete the When errors are skipped, you can collect the rows on error |
Advanced settings
Use alternate |
Select this option to use a schema other than This option is available when Use an |
Additional JDBC Parameters |
Specify additional JDBC parameters for the This property is not available when the Use an existing connection |
Abort on error |
Select this check box to stop the Copy operation This property is available only when COPY is selected from the |
Maximum rejects |
Type in a number to set the REJECTMAX command used by Vertica, which This property is available only when COPY is selected from the |
No commit |
Select this check box to prevent the current transaction from committing This property is available only when COPY is selected from the |
Exception file |
Type in the path to, or browse to the file in which messages are written This property is available only when COPY is selected from the |
Exception file node |
Type in the node of the exception file. If not specified, operations This property is available only when COPY is selected from the |
Rejected data file |
Type in the path to, or browse to the file in which to write rejected This property is available only when COPY is selected from the |
Rejected data file node |
Type in the node of the rejected data file. If not specified, operations This property is available only when COPY is selected from the |
Commit every |
Specify the number of rows to be processed before committing This option ensures transaction quality (but not rollback) and, above all, better |
Use batch mode |
Select this check box to activate the batch mode for data processing, and in the This property is available only when Insert, |
Additional Columns |
This option allows you to call SQL functions to perform actions on columns, which are
|
Use field options |
Select the check box for the corresponding column to customize a request,
|
Debug query mode |
Select this check box to display each step during processing entries |
Support null in “SQL WHERE” statement |
Select this check box to validate the Null value in the “SQL WHERE” statement. |
Create projection when create table |
Select this check box to create a projection for a table to be This check box is available only when the table creation related option |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Enable parallel execution |
Select this check box to perform high-speed data processing, by treating
multiple data flows simultaneously. Note that this feature depends on the database or the application ability to handle multiple inserts in parallel as well as the number of CPU affected. In the Number of parallel executions field, either:
Note that when parallel execution is enabled, it is not possible to use global
|
Global Variables
NB_LINE |
The number of rows processed. This is an After variable and it returns an integer. |
NB_LINE_COPIED |
The number of rows copied. This is an After variable and it returns an integer. |
NB_LINE_DELETED |
The number of rows deleted. This is an After variable and it returns an integer. |
NB_LINE_INSERTED |
The number of rows inserted. This is an After variable and it returns an integer. |
NB_LINE_REJECTED |
The number of rows rejected. This is an After variable and it returns an integer. |
NB_LINE_UPDATED |
The number of rows updated. This is an After variable and it returns an integer. |
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After |
Usage
Usage rule |
This component is usually used as an output component. Talend Studio and the |
Dynamic settings |
Click the [+] button to add a row in the table The Dynamic settings table is For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Related scenarios
For tVerticaOutput related topics, see: