0
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 3 days ago.
Posted almost 6 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 include: Updated cb2xml withe ... [More] syncronized added back in around the Cobol copybook conversion LayoutDetail class has 2 new methods getCobolItems - gets the Cobol definition for a Cobol Group/Field specified by the supplied name. getCobolGroupItems gets the Cobol definition for a Cobol Group specified by the supplied name. See: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.90_ReleaseCandidate7 [Less]
Posted almost 6 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 include: Use cb2xml 1.00. Cobol ... [More] Copybook processing rewritten. Numeric conversion has been optermised for Comp, Comp-3 and Zoned-Decimal Cobol Tree view available from the Schema. New Interfaces IByteRecordReader and IByteRecordWriter have been added. These interfaces can be used to interface JRecord with Mainframe (via ZFile), Google Data Store, MQ or other byte based Data-Storage. Fix for processing large copybooks Minor Problem fixes updated CodeGen Interfaces for Cobol Item Added RecordDecider builder and example Added option to use old Type system (and skip optimized types). See https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.90_ReleaseCandidate6/ [Less]
Posted over 7 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.81.3 Support for Complex Occurs ... [More] Depending (size fields insides arrays) The JRecordInterface1.XML_SCHEMA.newIOBuilder(...) now accepts a reader as input (as well as File-Name and InputStream). With Xml-IOBuilder you can set a default font to be used (if no font is specified in the Xml) using the setDefaultFont method. With Xml-IOBuilder you can override the font in the Xml with the setFont method. Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.81.3/ CobolToXml Download: https://sourceforge.net/projects/coboltoxml/files/CobolToXml/Version_0.81.3/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted about 8 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.81 New IOBuilder documentation New ... [More] Code Generation utility Csv/Fixed-Width IOBuilders updated Updated Cobol2Xml and Cobol2Csv utilities New Extended Cobol Copybook reader class (CobolSchemaReader) for use use in utilities like Cobol2Xml or Cobol2JSon Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.81/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted about 8 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. CodeGen A new code generation program has been ... [More] added to the JRecord project. The new CodeGen takes a Cobol Copybook and generates skelton Java~JRecord programs Download: https://sourceforge.net/projects/jrecord/files/jrecord_CodeGen/Version_0.81/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 8 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.8i Refactor IOBuilder Interfaces ... [More] and implementation classes. General code cleanup. Refactor Cobol2Xml Interfaces and implementation classes. Fixes for the Fixed-Width and Csv IOBuilders Added output format to Cobol2Csv program Several enhancements to Cobol <==> Xml programs Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.8i/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 8 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.8i Refactor IOBuilder Interfaces ... [More] and implementation classes. General code cleanup. Refactor Cobol2Xml Interfaces and implementation classes. Fixes for the Fixed-Width and Csv IOBuilders Added output format to Cobol2Csv program Several enhancements to Cobol <==> Xml programs Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.8i/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 8 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 Many problem fix's Support for ... [More] occurs depending in Cobol \<==> Xml programs Improved Cobol support Improved testing (particularly on Linux) Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.8h/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted over 8 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 Many problem fix's Support for ... [More] occurs depending in Cobol \<==> Xml programs Improved Cobol support Improved testing (particularly on Linux) Download: https://sourceforge.net/projects/jrecord/files/jrecord/Version_0.80.8h/ Web page: http://jrecord.sourceforge.net/ [Less]
Posted about 9 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]