Stingray - Schema-Based File Reader Blog
Simple handling of numerous data file formats, even COBOL EBCDIC.
Brought to you by:
slott56
This release may handle COBOL EBCDIC files with Occurs Depending On properly.
This should give an interface which is compatible with other spreadsheets even
though the record layout is rather complex.
Handle more complex VALUES clauses for more complex 88-level items.
Restructure cobol, cobol.loader to add a cobol.defs module.
Handle Occurs Depending On. Parse the syntax for ODO. Update LazyRow to tweak size and offset information for each row fetched.
Add Z/OS RECFM handling in the :py:class:cobol.EBCDIC_File
class. This will allow processing "Raw" EBCDIC files with RECFM of V and RECFM of VB -- these files =include BDW and RDW headers on blocks and records.