Cobol To Xml
|
Projects related to Cobol to Xml include:
- cb2xml - Used for Cobol Copybook analysis by the CobolToXml project.
- JRecord - Used Cobol-IO (using a Cobol Copybook) by the CobolToXml project.
- RecordEditor - can edit Cobol-Data files and generate CobolToXml scripts.
Other options for accesssing Cobol data files include
- CobolToCsv -
use the sister project to convert your Cobol files to/from Xml. CobolToCsv
can handle simple single-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.