Scenario 1: Filtering customer data (deprecated)
This scenario applies only to a subscription-based Talend Platform solution or Talend Data Fabric.
This scenario shows how to create a Step Integration Action which filters the customer
data downloaded from Dropbox by the Source Integration Action outlined in Scenario: Receiving data from an input flow and transmitting it for further processing (deprecated).
In this example:
-
The tActionInput component receives the data flow
from the Source Integration Action and transmits it to the Job. -
The tFilterRow component filters data based on
the value in one of the columns. -
The tActionOutput component receives the filtered
data and transmits it to the next Integration Action. -
The tActionReject component receives the rejected
data. -
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.