tInformixOutputBulk
Prepares the file to be used as a parameter in the INSERT query used to feed Informix databases.
tInformixOutputBulk and tInformixBulkExec are generally used together in a two step process. In the first step, an output file is generated. In the second step, this file is used in the INSERT operation used to feed a database. These two steps are fused together in the tInformixOutputBulkExec component. The advantage of using two components is that data can be transformed before it is loaded in the database.
Writes a file composed of columns, based on a defined delimiter and on Informix standards.