Menu

Version 0.65 Released

JRecord:

Is a package to read Fixed Width and Delimited Flat files in java via a Record-Layout (File Description) The Main RecordLayout formats are XML or Cobol, other formats can be added if necessary.

The package can supports standard Unix / Windaws files plus some legacy Formats as well

0.65 Changes Include
New XML RecordLayout (to go with the existing Cobol
Layouts). These XML layouts can be
- Created by the Layout-Wizard
- Exported from the RecordEditor (Version 0.65 or Latter)
Minor enhancements to Java Classes
- getFieldValue method in AbstractLine
- asLayoutDetail in Externale record
New Editor program to Edit files using a supplied RecordLayout (cobol or XML).
Layout Wizard - builds XML Record Layouts from a sample
file by pointing at the fields.
* New Diff Utility, It does a field based
compare. The
advantages with this are
- Files in different formats can be compared
(e.g. Fixed Width files can be
compared with Delimited files).
- Fields can be ignored from the compare. This
is very useful when changing a program
(and only a couple of fields change) You can
run old / new programs and ignore the fields
that should change - Compare should show no differences.

See http://jrecord.sourceforge.net/ for more details.

You can download at https://sourceforge.net/project/showfiles.php?group_id=192319&package_id=226197&release_id=668551

Posted by Bruce Martin 2009-03-16

Log in to post a comment.