Defining the output stream - Cloud - 8.0

Dropbox

Version
Cloud
8.0
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 Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Cloud storages > Dropbox components
Data Quality and Preparation > Third-party systems > Cloud storages > Dropbox components
Design and Development > Third-party systems > Cloud storages > Dropbox components
Last publication date
2024-02-20

Procedure

  1. Double-click tFileOutputDelimited to open its Component view.
  2. Select the Use output stream check box to write the data to be outputted into a given output stream.
  3. In the Output stream field, enter the code to define the output stream you need to write data in. In this scenario, it is the output stream of the tDropboxPut_1 component linked with the current component. Thus the code used to write the data reads as follows:((java.io.OutputStream)globalMap.get("tDropboxPut_1_OUTPUTSTREAM"))
    Note that in this example code, the tDropboxPut component has the number 1 as its affix, which represents its component ID distributed automatically within this Job. If the tDropboxPut component you are using has a different ID, you need to adapt the code to that ID number.
  4. Click Edit schema to verify that the schema of this component is identical with that of the preceding tFixedFlowInput component. If not so, click the Sync columns button to make both of the schemas identical.
  5. Navigate to the Advanced settings tab.
  6. Mark the Custom the flush buffer size check box. This automatically adds 1 in the Row number field.