News
Analyzed
6 months
ago.
based on code collected
6 months
ago.
Posted
almost 12 years
ago
by
Bruce Martin
Record is mainly used to read/write Cobol data files from Java using a Cobol copybook. It can also be used to read and write General Flat Files (Csv, Fixed Width) from java (using a Xml File Description.
Supplied with JRecord are Utilities to
Edit
... [More]
Files with either Cobol or Xml File description.
Wizard to create File descriptions from a sample file.
File Copy / Formated-Compare utilities
Changes
Fixed several problems like supporting Cobol fields starting with numeric values, no field name on redefines etc.
Fixed issue when field-name is blank on Redefines.
Fields with no Field-Name are treated as Filler's.
JRecord will not allow you to assign a negative number when field is defined as positive in Cobol.
New positive Zoned decimal and Packed-Decimal types.
Two new Cobol Dialects (Convert.FMT_MAINFRAME_COMMA_DECIMAL and Convert.FMT_FUJITSU_COMMA_DECIMAL) for when a comma is used for the decimal point (note: no comma character is supported).
The Cobol Copybook loader now accepts a stream for the input file.
AbstractLine's (Line) now has a method getFieldIterator(String/Integer) that will return a Field-Value Iterator / Iterable class.
Project Page: http://jrecord.sourceforge.net/
Download Page: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80/
[Less]
|
Posted
over 12 years
ago
by
Bruce Martin
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
... [More]
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 [Less]
|
Posted
over 12 years
ago
by
Bruce Martin
Version 0.68 of JRecord has been released, changes include;
Support for Open Cobol (Standard, Micro Focus Compatible, MVS, BS2000) and improved Fujitsu support..
Mainframe Support is present as always. The Open Cobol (Microfocus mode) should work for
... [More]
Microfocus Cobol.
2. Improved Cobol Support - Sync supported, Comp-1, Comp-2 (Non-Mainframe Cobols) + other minor fixes
New File copy Utility.
Support for Open Cobol VB files..
Support for Hex CSV files (i.e. using a field seperator like x'FF').
Also included are changes related to the RecordEditor and FFReport projects. [Less]
|
Posted
over 12 years
ago
by
Bruce Martin
JRecord Version 0.68.1a is available. It contains a fix to the Layout Wizard (used to build a description of the file.
See https://sourceforge.net/projects/jrecord/files for more details
|
Posted
over 12 years
ago
by
Bruce Martin
JRecord version 0.62 is out. Changes relate to supporting new features of RecordEditor 0.62.
The one change to not is File Readers now return a AbstractLine instead of a Line
|
Posted
over 12 years
ago
by
Bruce Martin
new version of JRecord (provides Record based IO routines including Cobol Files) has been released.
This is a bug fix release.
|
Posted
over 12 years
ago
by
Bruce Martin
JRecord Version 0.68.1d (test) has been released. JRecord is a library for reading flat files (text, binary, cobol). Changes in this release include
1) Fix for nested Occurs in Cobol copybooks
2) Can supply Cobol Copybook as an input stream
... [More]
(to CobolCopybookLoader).
It can be downloaded from
https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.68.1d_test/ [Less]
|
Posted
over 12 years
ago
by
Bruce Martin
JRecord Version 0.68.1b is available for download. This is a very minor upgrade based on user requests. Note: it is upgrade release so you nee 0.68.1b to be installed.
Changes include
* Support for Multiple fields in record Selection.
*
... [More]
Support for Multiple fields in record Selection in the Wizard
* Picking up the latest version of the RecordEditor (0.69.2e). This includes
- support for Very large files
- Improved Save As / Export from the Editor
- Improved Options screen
- Improved field search (for binary Files).
It can be downloaded from:
https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.68.1c/ [Less]
|
Posted
over 12 years
ago
by
Bruce Martin
This project is reading and writing Cobol files from Java
|
Posted
over 12 years
ago
by
Bruce Martin
Jrecord Version 0.68.1 is now out. Changes include
* Bug fix in CobolIOprovider
* improve Layout Wizard. The Layout Wizard builds a File description for a File. It now has
- Better Binary file support
- Field Search
- Support for
... [More]
multi Record Files
* Improved File Editor
You can download the libraries from https://sourceforge.net/projects/jrecord/files/ [Less]
|
Edit News Feeds