tSAPHanaOutput
Executes the action defined on the table and/or on the data contained in the
table, based on the flow incoming from the preceding component in the Job.
tSAPHanaOutput writes, updates, makes changes or suppresses entries in a
SAP HANA database.
tSAPHanaOutput Standard properties
These properties are used to configure tSAPHanaOutput running in the Standard Job framework.
The Standard
tSAPHanaOutput component belongs to the Databases family.
The component in this framework is available in all Talend products with Big Data
and in Talend Data Fabric.
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 |
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to Note: When a Job contains the parent Job and the child Job, if you
need to share an existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection |
Host |
Database server IP address. |
Port |
Listening port number of database server. |
Schema |
Name of the database schema. |
Username and Password |
Database authentication data. To enter the password, click the […] button next to the |
Table |
Name of the table to be written. Note that only one table can be |
Action on table |
On the table defined, you can perform one of the following
None: No operation is carried
Drop and create table: The table is
Create table: The table does not
Create table if not exists: The
Drop table if exists and create:
Clear table: The table content is |
Type of table storage |
This option is only available if you create (with or without drop)
|
Action on data |
On the data of the table defined, you can perform:
Insert: Add new entries to the
Update: Make changes to existing Insert or update: Insert a new record. If Update or insert: Update the record with the
Delete: Remove entries Note that it is necessary to specify at least one column |
Schema and Edit |
A schema is a row description. It defines the number of fields |
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the When the schema to be reused has default values that are You can find more details about how to |
 |
Click Edit
|
Die on error |
This check box is cleared by default. This means that Die on error skips the row when an 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 connection properties in the database |
Commit every |
Enter the number of rows to be completed before committing batches |
Additional Columns |
This option is not available if you create (with or without drop) |
 |
Name: Type in the name of the |
 |
SQL expression: Type in the SQL |
 |
Position: Select Before, Replace or After |
 |
Reference column: Type in a |
Use field options |
Select this check box to customize a request, especially when
Key in update: define the primary
Key in delete: define the primary
Updatable: define the column(s)
Insertable: define the column(s) |
Enable debug mode |
Select this check box to display each step during processing |
Support null in “SQL WHERE” statement |
Select this check box to validate null in “SQL WHERE” |
Use Batch Size |
When selected, enables you to define the number of lines in each This option is available only when you do not Use an existing connection in Basic settings. |
tStatCatcher Statistics |
Select this check box to collect log data at the component |
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
Global Variables |
NB_LINE: the number of rows processed. This is an After
NB_LINE_UPDATED: the number of rows updated. This is an
NB_LINE_INSERTED: the number of rows inserted. This is an
NB_LINE_DELETED: the number of rows deleted. This is an
NB_LINE_REJECTED: the number of rows rejected. This is an
QUERY: the query statement processed. This is an After
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component must be connected to an Input component. It |
Support |
tSAPHanaOutput should be used to interact with the ERP part |
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
No scenario is available for the Standard version of this component yet.