To output the results of stream data processing to a file, you use the file output connector as the output callback.
The file output connector sends output records to a file. This means that you must first use a format conversion callback to convert the common records to valid output records before running the file output connector. The following figure shows the positioning and processing of the callbacks that are involved in file output.
Figure 3-9 Positioning and processing of the callbacks involved in file output