provide Java Record based IO routines for Fixed Width (including Text, Mainframe, Cobol and Binary) and delimited Flat files via a Record Layout (Cobol, CSV or XML).
The available wiki entries include
| Wiki | Description |
|---|---|
| Cobol Redefines | description of Cobol Redefines and how to handle it in JRecord |
| Cobol2Csv Csv2Cobol | Description of the Cobol to/from Csv utilities |
| JRecord Cobol to Csv | JRecord only example of converting a Cobol Data file to CSV |
| Data2Xml, Xml2Cobol | Description of the Cobol To/From Xml utilities |
| File Organisation | Desription of File Structure / organisation in JRecords |
| Code Generation | Code Generation of a Binary Cobol File Record with the Record editor |
| Cobol <--> Csv | Generate Cobol Data To/From CSV scripts in the RecordEditor |
| Generic Readerer/Writers | When Data input records are available in Byte format but not stream (e.g. MQ, Google-Data-store, you can use IByteRecordReader and IByteRecordWriter interfaces |
| Multi Record Files | Description of handling Multi Record Files in JRecord |
| RecordEditor Wizard | RecordEditor Wizard |
| Mainframe VB / VB Dump | Basic descriptions of Mainframe VB / VB dump formats |
| Mainframe File Formats | Description of mainframe files |