tSAPHanaBulkExec Standard Properties
These properties are used to configure tSAPHanaBulkExec running in the Standard Job framework.
The Standard tSAPHanaBulkExec component belongs to the Databases family.
If you have installed the 8.0.1-R2023-01 Talend Studio Monthly update or a later one delivered by Talend, this component is available in all Talend subscription-based products; otherwise it is only available in all Talend products with Big Data and in Talend Data Fabric.
Basic settings
Database |
Select the desired database type from the list and click Apply. |
Property type | Select either of the following:
|
Use an existing connection |
Select this check box and in the Component List drop-down list, select the desired connection component to reuse the connection details you already defined. Information noteNote: When a Job contains the parent Job and the child Job, do the following if you
want to share an existing connection between the parent Job and the child Job (for example,
to share the connection created by the parent Job with the child Job).
For an example about how to share a database connection across Job levels, see Sharing a database connection. |
Host |
Add the database server IP address. |
Port |
Add the listening port number of DB server. |
Schema |
Add the table name of the database. |
Username and Password |
Enter the database user authentication data. To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
Table |
Enter the name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. |
Action on table |
On the table defined, you can perform one of the following operations:
|
Type of table storage |
This option is only available if you create (with or without drop) the database table. This option allows you to define the way the data is stored in the table. The following types of table storage organization are available:
|
Schema |
A schema is a row description, it defines the number of fields to be
processed and passed on to the next component. The schema is either Built-in or stored remotely in the Repository.
|
Edit Schema |
Click Edit schema to make changes to the schema. If you make changes, the schema automatically becomes built-in.
|
CSV file on the SAP HANA host |
Specify the name of the CSV file on the SAP HANA host. |
Lines terminated by |
Specify the character or sequence of characters used to separate lines. |
Fields terminated by |
Specify the character, string or regular expression to separate fields. |
Advanced settings
Additional JDBC Parameters |
Specify additional JDBC parameters for the database connection created. |
Error log file name |
Enter the file path of the log file. |
Number of rows to skip | Define the specific number of rows in the import file to skip. |
Date format | Enter the format of the date strings that are encoded in the import data. You can
enter the following values:
|
Time format | Enter the format of the timestamp strings that are encoded in the import data. |
Thread size | Specify the number of threads used for concurrent import. |
Batch size |
Define the number of records to be inserted in a commit. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Usage
Usage rule |
Use this component to increase the performance of loading data to an SAP HANA database. |
Support |
tSAPHanaBulkExec should be used to interact with the ERP part of SAP, including S4/HANA. |
Dynamic settings |
Click the [+] button to add a row in the table and fill the Code field with a context variable to choose your database connection dynamically from multiple connections planned in your Job. This feature is useful when you need to access database tables having the same data structure but in different databases, especially when you are working in an environment where you cannot change your Job settings, for example, when your Job has to be deployed and executed independent of Talend Studio. The Dynamic settings table is available only when the Use an existing connection check box is selected in the Basic settings view. Once a dynamic parameter is defined, the Component List box in the Basic settings view becomes unusable. 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 settings and context variables, see Dynamic schema and Creating a context group and define context variables in it. |