This scenario applies only to subscription-based Talend products and Talend products with Big Data.
For more technologies supported by Talend, see Talend components.
This scenario shows how to create a Target Integration Action which receives the customer data filtered in the Step Integration Action outlined in Filtering customer data (deprecated).
In this example:
-
The tDropboxConnection component opens a connection to Dropbox.
-
The tActionInput component receives the data flow from the Source Integration Action and transmits it to the Job.
-
The tFileOutputExcel component writes an output Excel file with the filtered customer data and passes it as a data flow to tDropboxPut.
-
The tDropboxPut component uploads the filtered data from a given data flow to Dropbox.
-
The exception handling subjob, jCloudLog, enables you to define log information, collect exception data and transfer it to the Studio console or to Talend Integration Cloud web application during execution. For further information, see Configuring logs and exceptions.
-
You have set a Talend Integration Cloud license in the Studio.
-
You have created a Dropbox App under the Dropbox account to be used and generated the access token from the App console.
For further information about a Dropbox App, see https://www.dropbox.com/developers/apps/. For further information about access tokens, see https://www.dropbox.com/developers/blog/94/generate-an-access-token-for-your-own-account.