0
I Use This!
Inactive

News

Analyzed 4 days ago. based on code collected 4 days ago.
Posted over 10 years ago by Bruce Martin
JRecord is a library 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. Changes 0.80.8 There is a new Default Csv ... [More] parser that is much Closer to the Csv Standard. Most people should notice the difference. JRecord will use the new CsvLine class (instead of Line) when reading Csv files. For the most part you should not notice the difference, there are some situations where you might, e.g. if the input line is "","","" if you do line.getFullLine() you get back "","","" while with the new CsvLine you get ,,. If you want to use the "old" lines, you can: New CobolIoBuilder classes have been introduced (JRecord_Basics.htmlBasic IoBuilder Introduction and examples). These should make it easier read and write cobol data files. There are new Csv options for Csv files with embedded carriage-return (n) characters: By default, JRecord will still use the cb2xml.properties file; but you can specify Cobol columns via CommonBits or specifying the columns when converting the cobol copybook. The GetUnique*Field methods and getFields methods have been replaced by new getGroupField and getGroup Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.8/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 10 years ago by Bruce Martin
JRecord is a library 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. Changes 0.80.7 New method of defining ... [More] File-Schemas in Java code. New ways of getting IO-Readers / Writers Several fixes to the Parameter parsing in Cobol2Csv & Csv2Cobol programs Cobol2Csv & Csv2Cobol programs now accept Xml-Schemas New CsvLine class New Cobol2Cobol utility for copying from one fixed-width file to another. More Example programs Updated Documentation Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.7/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 10 years ago by Bruce Martin
JRecord is a library 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. Changes 0.80.7 New method of defining ... [More] File-Schemas in Java code. New ways of getting IO-Readers / Writers Several fixes to the Parameter parsing in Cobol2Csv & Csv2Cobol programs Cobol2Csv & Csv2Cobol programs now accept Xml-Schemas New CsvLine class New Cobol2Cobol utility for copying from one fixed-width file to another. More Example programs Updated Documentation Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.7/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 10 years ago by Bruce Martin
JRecord 0.80.6 rereleased after fixing problem. Appologies to any one who downloaded the original version JRecord is a library to read/write Cobol data files from Java using a Cobol copybook. It can also be used to read and write General Flat Files ... [More] (Csv, Fixed Width) from java (using a Xml File Description. Changes 0.80.6 Postive Comp-3 numbers now use the no-sign nyble instead of the positive nyble value. Added Fixed-Width-Char line support (Constants.IO_FIXED_LENGTH_CHAR) Resolved some differences between the processing of Xml-Schemas in JRecord versus RecordEditor New Example programs for Cobol2Csv and Csv2Cobol example programs Processing Multi-Record files Handling duplicate field names Manipulating schema's New Cobol2Csv and Csv2Cobol example programs. Extra documentation... read more [Less]
Posted over 10 years ago by Bruce Martin
JRecord 0.80.6 rereleased after fixing problem. Appologies to any one who downloaded the original version JRecord is a library to read/write Cobol data files from Java using a Cobol copybook. It can also be used to read and write General Flat Files ... [More] (Csv, Fixed Width) from java (using a Xml File Description. Changes 0.80.6 Postive Comp-3 numbers now use the no-sign nyble instead of the positive nyble value. Added Fixed-Width-Char line support (Constants.IO_FIXED_LENGTH_CHAR) Resolved some differences between the processing of Xml-Schemas in JRecord versus RecordEditor New Example programs for Cobol2Csv and Csv2Cobol example programs Processing Multi-Record files Handling duplicate field names Manipulating schema's New Cobol2Csv and Csv2Cobol example programs. Extra documentation... read more [Less]
Posted over 10 years ago by Bruce Martin
JRecord* is a library 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. Changes 0.80.6 Postive Comp-3 numbers now ... [More] use the no-sign nyble instead of the positive nyble value. Added Fixed-Width-Char line support (Constants.IO_FIXED_LENGTH_CHAR) Resolved some differences between the processing of Xml-Schemas in JRecord versus RecordEditor New Example programs for Cobol2Csv and Csv2Cobol example programs Processing Multi-Record files Handling duplicate field names Manipulating schema's New Cobol2Csv and Csv2Cobol example programs. Extra documentation Web Site: http://jrecord.sourceforge.net/ Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.6/ [Less]
Posted over 10 years ago by Bruce Martin
JRecord* is a library 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. Changes 0.80.6 Postive Comp-3 numbers now ... [More] use the no-sign nyble instead of the positive nyble value. Added Fixed-Width-Char line support (Constants.IO_FIXED_LENGTH_CHAR) Resolved some differences between the processing of Xml-Schemas in JRecord versus RecordEditor New Example programs for Cobol2Csv and Csv2Cobol example programs Processing Multi-Record files Handling duplicate field names Manipulating schema's New Cobol2Csv and Csv2Cobol example programs. Extra documentation Web Site: http://jrecord.sourceforge.net/ Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.6/ [Less]
Posted over 11 years ago by Bruce Martin
Record is a library 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: Support for accessing Fields using both field names and group names Problem fix when writing XML-copybooks Project Page: http://jrecord.sourceforge.net/ Download Page: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.2/ [Less]
Posted over 11 years ago by Bruce Martin
Record is a library 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: Support for accessing Fields using both field names and group names Problem fix when writing XML-copybooks Project Page: http://jrecord.sourceforge.net/ Download Page: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.2/ [Less]
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]