Flat File Reporting allows you to use fixed width files as a data source in IReport designer and Jasper Reports. It uses a record description (which can be XML, Cobol, or RecordEditor Record Layouts) to describe the file format. You can design reports via IReports wizards or by draging and dropping fields onto the report. It can also be used for reports for the RecordEditor and JRecord Projects.
JRecord allows you to read legacy, fixed width, and delimited flat files in Java. Files are interpreted via a Record-Layout (file description), which can be COBOL, XML, or CSV. The package provides an editor to edit files using the record layout, a wizard to build XML layouts from a files contents, and a formatted file compare that uses the layout in the compare process.
Record Editor is a data file editor for CSV (Comma/Tab delimited values) files, fixed field width files, and XML files. This program uses a record-layout definition to display the data file in a human-readable form. It can handle PC (text and binary), Unix (text and binary), and native IBM mainframe (text and binary) file formats. It is similar to Net-Cobol's Cobol-Editor or Compuware's FileAid.
A command line tool to output your database schema and data in diff-able form.