tVerticaOutputBulk Standard properties
These properties are used to configure tVerticaOutputBulk running in the Standard Job framework.
The Standard tVerticaOutputBulk component belongs to the Databases family.
The component in this framework is available in all Talend products.
Basic settings
Database |
Select a type of database from the list and click Apply. |
Property Type |
Select the way the file path and the schema will be set.
|
File Name |
The path to the file to be generated. This file is generated on the same machine where your Studio is installed or where your Job using this component is deployed. |
Append |
Select this check box to add new rows at the end of the file. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields.
When the schema to be reused has default values that are integers or functions, ensure that these default values are not enclosed within quotation marks. If they are, you must remove the quotation marks manually. For more information, see the related description of retrieving table schemas in Talend Studio User Guide. Click Edit
schema to make changes to the schema.
Information noteNote: If you
make changes, the schema automatically becomes built-in.
|
Advanced settings
Row Separator |
The separator used to identify the end of a row. |
Include Header |
Select this check box to include the column header to the file. |
Encoding |
Select an encoding method from the list, or select CUSTOM and define it manually. This field is compulsory for database data handling. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
NB_LINE |
The number of rows processed. 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 variable and it returns a string. |
Usage
Usage rule |
This component is more commonly used with the tVerticaBulkExec component. Used together, they offer gains in performance while feeding a Vertica database. Talend Studio and the Vertica database create very fast and affordable data warehouse and data mart applications. For more information about how to configure Talend Studio to connect to Vertica, see Talend and HP Vertica Tips and Techniques. |