Serde for Cobol Layout to Hive table
- in
MainframeVBRecordReader.java
, on line 105, added cast as,
filePosition = (Seekable) cIn;
- modified
pom.xml
so that we can compile it using maven as,
mvn package
-
Commented the util package so that compilation can be done without maven install.
-
Added support for PIC clause starting with v Ex: v9(6)
-
Fixed issue for signed decimals.
-
Added support to ignore fields based on java regex pattern supplied via 'cobol.field.ignorePattern'='JAVA_REGEX_PATTERN'
ex: 'cobol.field.ignorePattern'='filler*'
-
Added support for multiple 01 levels