Generating record based output data
The framework implements file to file processing. When you want to have one output data file containing the processing results of the data records in the input file, you need the record based output type in your application.
About this task
Configure the application to produce record based output data in one file per each input file.
Procedure
- In the file <PathToYourApplication>/config/config.cfg, find the ite.storage.type parameter description
-
To select the record based output type for your application, set the parameter as follows: ite.storage.type=recordFile
-
In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.transformation.outputType parameter description
-
To select the record based output type for your application, set the parameter as follows: ite.businessLogic.transformation.outputType=recordStream
The application now uses the RecordStreamType that contains the TransformedRecord tuple. If tuple deduplication is enabled, the hash code must be part of the defined tuple.