AbsaOSS / cobrix

A COBOL parser and Mainframe/EBCDIC data source for Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support of binary fields

yruslan opened this issue · comments

Background

Some fields are custom-encoded and there is no generic way of converting them to normal primitive types.

The PIC for such fields looks like this:

03 FIELD        PIC X(8) COMP.

Feature

Add support of binary fields.

The output Spark data type should be binary.