tRedshiftUnload
Unloads data on Amazon Redshift to files on Amazon S3.
This component runs a specified query in Amazon Redshift and then unloads the result of
the query to one or more files on Amazon S3.
tRedshiftUnload Standard properties
These properties are used to configure tRedshiftUnload running in the Standard Job
framework.
The Standard
tRedshiftUnload component belongs to the Cloud and the Databases families.
The component in this framework is available in all Talend
products.
Basic settings
Property Type |
Either Built-In or |
||
 |
Built-In: No property data stored |
||
 |
Repository: Select the repository file |
||
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to |
||
Host |
Type in the IP address or hostname of the database server. |
||
Port |
Type in the listening port number of the database server. |
||
Database |
Type in the name of the database. |
||
Schema |
Type in the name of the schema. |
||
Username and Password |
Type in the database user authentication data. To enter the password, click the […] button next to the |
||
Additional JDBC Parameters |
Specify additional JDBC properties for the connection you are creating. The |
||
Table Name |
Type in the name of the table from which the data will be |
||
Schema and Edit schema |
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 |
||
 |
Click Edit
|
||
Query Type and Query |
Enter the database query paying particularly attention to the Double-escape each simple quotation marks in the query. For
example,
|
||
Guess Query |
Click the button to generate the query which corresponds to |
||
Use an existing S3 connection |
Select this check box and in the Component List click the relevant connection component to |
||
Access Key |
Specify the Access Key ID that uniquely identifies an AWS This option is not available if Use an existing S3 |
||
Secret Key |
Specify the Secret Access Key, constituting the security To enter the secret key, click the […] button next to This option is not available if Use an existing S3 |
||
Assume Role |
Select this check box and specify the
This option is not available if Use an existing S3 For more information on IAM Role ARNs |
||
Bucket |
Type in the name of the Amazon S3 bucket, namely the top level |
||
Key prefix |
Type in the name prefix for the unload files on Amazon S3. By |
Advanced settings
File type |
Select the type of the unload files on Amazon S3 from the
|
Fields terminated by |
Enter the character used to separate fields. This field appears only when Delimited file or CSV is selected from the File type list. |
Enclosed by |
Select the character in a pair of which the fields are This list appears only when Delimited file or CSV is selected from the File type list. |
Fixed width mapping |
Enter a string that specifies a user-defined column label and
Note that the column label in the string has no relation to This field appears only when Fixed |
Compressed by |
Select this check box and from the list displayed select the |
Encrypt |
Select this check box to encrypt unload file(s) using Amazon Note that only a base64 encoded AES 128-bit or AES 256-bit This option is not available if Use an existing S3 connection is selected. |
Specify null string |
Select this check box and from the list displayed select a |
Escape |
Select this check box to place an escape character () before |
Overwrite s3 object if exist |
Select this check box to overwrite the existing Amazon S3 |
Parallel |
Select this check box to write data in parallel to multiple |
JDBC url |
Select a way to access to an Amazon Redshift database from the
JDBC url drop-down list.
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at |
Global Variables
Global Variables |
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 covers all possible SQL queries for the Amazon |
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 Loading/unloading data to/from Amazon S3.