Editor for Fixed Width, Csv and Existing Xml files.
...As well as an editor, The following utilities are supplied
* Formatted Compare
* File Copy and reformat Utility
* FileWizard this is use to work out the format of a File. It can generally find both Text and binary / packed deicimal fields in a file
For Simple Csv you should look at its sister project reCsvEditor.
Note: The core Editor code is also used in the "Protocol buffers editor" and "Avro Editor"
CB2XML (CopyBook to XML) is a COBOL CopyBook to XML converter written in Java and based on the SableCC parser generator. This project includes utilities to convert an XML instance file into its COBOL copybook equivalent string buffer and vice versa.
Source is now available in GitHub: https://github.com/bmTas/cb2xml
Development of software emulator for BESM-6, old soviet mainframe.
This project has been split and moved to:
https://github.com/besm6/simh - BESM-6 simulator
https://github.com/besm6/dispak - DISPAK simulator
https://github.com/besm6/besm6-archive - disk images
https://besm6.github.io/ - examples, DISPAK sources and KRAB sources
cobol2j reads or writes COBOL or RPG data files imported from mainframes, AS/400 or Baby/36 environment. Packed decimal, zoned or packed date fields decoding included. EBCDIC conversion. ETL ISAM data to any other platform. PC Cobol ( ASCII ) supported.
This project is based on the sourceforge project tn5250j. The intention of this tn5250jEngine project was to capsulate a slim core modul interpreting the Telnet 5250 stream. This core module provides a 5250-ScreenGrid Interface for any GUI application.