Cobol To Csv
|
Projects related to Cobol to Csv include:
- cb2xml - Used for Cobol Copybook analysis by the CobolToCsv project.
- JRecord - Used for Cobol-IO (using a Cobol Copybook) by the CobolToCsv project.
- RecordEditor - can edit Cobol-Data files and generate CobolToCsv scripts.
While CobolToCsv works well for simple single record files, there are better
alternatives for more complicated files:
- CobolToXml -
use the sister project to convert your Cobol files to/from Xml. CobolToXml
can handle simple single/multi-record-type files.
- A Cobol2Json program will be in version 0.81.1 of JRecord
- You can do your own JRecord programming (with the help of the CodeGen utility).
- It should be possible to do other generic data conversions e.g. Cobol ==>> Avro.