Goal
This is a source plugin that would allow users to read and process mainframe files defined using COBOL Copy Book. This should be basic first implementation.
...
- User stories documented
- User stories reviewed
- Design documented
- Design reviewed
- Feature merged
-
Examples and guides - Integration tests
- Documentation for feature
- Short video demonstrating the feature
...
Input Format implementation : here
Design
Assumptions:
- .cbl file will have the schema in data structure
- Both data file and .cbl files would reside on HDFS
...