tAmazonAuroraOutput
Writes, updates, makes changes or suppresses entries in an Amazon Aurora
database.
tAmazonAuroraOutput 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.
tAmazonAuroraOutput Standard properties
These properties are used to configure tAmazonAuroraOutput running in the Standard Job framework.
The Standard
tAmazonAuroraOutput component belongs to the Cloud and the Databases families.
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 |
Either Built-In or Repository. |
 |
Built-In: No property data stored |
 |
Repository: Select the repository |
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 |
Type in the IP address or hostname of the Amazon Aurora |
Port |
Type in the listening port number of the Amazon Aurora |
Database |
Type in the name of the database you want to use. |
Username and |
Type in the database user authentication data. To enter the password, click the […] button next to the |
Table |
Type in the name of the table to be written. Note that only one table can be written at |
Action on table |
On the table defined, you can perform one of the following
|
Action on data |
On the data of the table defined, you can perform one of the following
Warning:
You must specify at least one column as a The dynamic schema feature can |
Schema and Edit schema |
A schema is a row description. It defines the number of fields This This |
 |
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
|
Specify a data source alias |
Select this check box and specify the alias of a data source created on the This check box disappears when the Use an |
Data source alias |
Type in the alias of the data source created on the This field appears only when the Specify a |
Die on error |
This check box is selected by default. Clear the check box to skip the row in error and |
Advanced settings
Additional JDBC parameters |
Specify additional connection properties for the database This field disappears when the Use an Note:
You can press Ctrl+Space to access a list of |
Extend Insert |
Select this check box to carry out a bulk insert of a defined set This check box appears only when the Insert option is selected from the Action on data list in the Basic settings view. Note:
This option is not compatible with the Reject link. You should therefore clear the |
Number of rows per insert |
Enter the number of rows to be inserted per operation. Note that the higher the value This field appears only when the Extend |
Use Batch |
Select this check box to activate the batch mode for data processing. This check box is available only when the Update or Delete |
Batch Size |
Specify the number of records to be processed in each batch. This field appears only when the Use batch mode |
Commit every |
Enter the number of rows to be included in a batch before it is committed to the |
Additional columns |
This option allows you to call SQL functions to perform actions on columns, provided
|
Use field options |
Select the check box for the corresponding column to customize a request, particularly
|
Use Hint Options |
Select this check box to configure the hint(s) which can help you optimize a query’s |
Hint Options |
Click the [+] button under the
|
Debug query mode |
Select this check box to display each step during processing entries |
Use duplicate key update mode insert |
Select this check box to activate the ON DUPLICATE KEY UPDATE mode, and then click the
This check box is available only when the Insert |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the |
Global Variables
Global Variables |
NB_LINE: the number of rows read by an input component or
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
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 used as an output component. It allows you to carry out actions |
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 scenario
For a related scenario, see Handling data with Amazon Aurora.