Spreadsheets, COBOL, and Schema-Driven File Processing
I need to rewrite Stingray Reader. This project handles a certain amount of file processing using a schema to assure the Logical Layout is understood. It handles several common Physical Formats:
- CSV files where the format is extended by the various dialects options.
- COBOL files in ASCII or EBCDIC.
The …
more ...