## 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`.