Data output
- Generating record based output data
- 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.
- Generating output data for databases
- If you want to have CSV output files that contain data that can be used to add data to the tables in a database, you need the table-based output type in your application.
- Generating extended output data for databases
- If you want to have CSV output files that contain data that can be used to add data to the tables in a database, you need the table-based output type in your application.
- Generating customized output data
- When you want to customize the output data file contents, you need the custom output type in your application.