Using the Use Output Stream feature - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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
Design and Development
Last publication date
2024-02-29

The Use Output Stream feature allows you to process the data in byte-arrays using a java.io.outputstream() class which writes data using binary stream without data buffering. When processing data with a linear format, for example, when all data is of String format, this feature will help you improve the overall output performance.

Basic settings view.

The Use Output Stream feature can be found in the Basic settings view of a number of components such as tFileOutputDelimited.

To use this feature, select Use Output Stream check box in the Basic settings view of a component that has this feature. In the Output Stream field that is thus enabled, define your output stream using a command.

Note: Prior to using the output stream feature, you must open a stream.

For a detailed example of the illustration of this prerequisite and the usage of the Use Output Stream feature, see Data Integration Job Examples.