RecordEditor 0.99
The RecordEditor is for editing Fixed-Width / Csv files with a file "schema" (or layout).
If you have any problems, please report them at: Record Editor .
Installing
Run the installer
Version 0.99 Changes
The Main focus of 0.99 changes has been:
- Flexible new File open screen which can:
- Enter Filename/Layout schema in classic RecordEditor style.
- Select the file with a open dialog.
- New Improved File field. There is the option of a bread-crumb style file field and a Text Field. There are also recent and favorite buttons + File search button
- Improved Record Code-Generation. You can generate Java~JRecord code from a Cobol Copybook or the File being edited.
Changing Open option
You can change the Open File Dialog and File display using the Initial Setup Wizard
(Format >>> Run Initial Setup Wizard.

Open Dialog Screen
The two main options are the Classic and File List.
Classic
Select the data file using file field with
file schema details entered on the left of the screen.
| 
|
File List
Select the data file using file field with
schema details entered on the left of the screen.
| 
|
Open Tabs
Csv Tab
For Csv file, the RecordEditor should detect and display Csv attributes.
You can change the attributes as required.
| 
|
Schema/Cobol
You can enter either XML Schema (RecordEditors own format) or a Cobol Copybook
+ various attributes (e.g. Cobol-Dialect).
Note only Single record Cobol Copybooks
are supported.
| 
|
File Fields
File fields can be either:
- Text Field
- Bread Crumb Style field
You can change
The file fields also have the following buttons
Changes
Version 0.99 changes
- 2 new Open file dialogs
- Classic option which is an enhanced version of the current screen
- File List option
- File Chooser screen
- Option to open a Data File using a Cobol Copybook (single record type only)
- Date Format detection added to Cobol import and JRecord CodeGen. Improvements in the Date Format are needed.
- New Cross-platform File Chooser screen
- New enhanced File fields.
- You can now Drag and drop files onto the RecordEditor.
- New Icons (Mainly Oxygen Icon set)- in the future this will allow better support HDPI screens
- A lot of internal GUI Changes
- Reworked Font, Delimiter and Quote GUI items
- Large number CodeGen updates and fixes (particularly but not exclusively for JRecord~Java
- Fixes for Experimental Microfocus Reader
- Fix for the Compare function
- A Record Csv Export. This will write a CSV file 1 field per line format: Field Name/ length / Position / type / Value / Text value / Hex.