Double-click tFileOutputDelimited to open its
Component view.
Select the Use output stream check box to write the data to
be outputted into a given output stream.
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.
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.
Navigate to the Advanced
settings tab.
Mark the Custom the flush buffer
size check box. This automatically adds 1 in the Row number field.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!