Stingray - Schema-Based File Reader Blog
Simple handling of numerous data file formats, even COBOL EBCDIC.
Brought to you by:
slott56
Numerous Changes...
Support iWork '09 Numbers Workbook files.
Fix the :py:class:cobol.defs.Usage
hierarchy to properly handle
data which can't be converted. An ErrorCell is created in the (all too common)
case where the COBOL data is invalid.
Handled precision of comp3 correctly. Ticket #9
Added :py:class:cobol.loader.Lexer_Long_Lines
to parse copybooks with
junk in positions 72:80 of each line. Ticket #11
Update the developers' guide. Ticket #7.
Plus a minor tweak.
%
string formatting and from __future__
. Also fixed ticket #6,