Writing the data into Amazon Aurora - 7.3

Amazon Aurora

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Amazon services (Integration) > Amazon Aurora components
Data Quality and Preparation > Third-party systems > Amazon services (Integration) > Amazon Aurora components
Design and Development > Third-party systems > Amazon services (Integration) > Amazon Aurora components

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view.
  2. Click the [...] button next to Edit schema and in the pop-up window define the schema by adding three columns: id of Integer type, and name and city of String type.
    Click OK to validate the changes and accept the propagation prompted by the pop-up dialog box.
  3. In the Mode area, select Use Inline Content (delimited file) and enter the following user information in the Content field.
    1;George;Bismarck
    2;Abraham;Boise
    3;Taylor;Nashville
    4;William;Jefferson City
    5;Alexander;Jackson
    6;James;Boise
    7;Gerald;Little Rock
    8;Tony;Richmond
    9;Thomas;Springfield
    10;Andre;Nashville
  4. Double-click tAmazonAuroraOutput to open its Basic settings view.
  5. Select the Use an existing connection check box and in the Component List that appears, select the connection component you have configured.
  6. In the Table field, enter or browse to the table into which you want to write the data. In this example, it is TalendUser.
  7. Select Drop table if exists and create from the Action on table drop-down list, and select Insert from the Action on data drop-down list.
  8. Double-click tAmazonAuroraCommit to open its Basic settings view.
  9. Clear the Close Connection check box if it is selected.