1. The COBOLBinaryHelper loads COBOL data from SequenceFiles and parses the bytes into a structured record based on the provided COPYBOOK.
2. The record contains the raw COBOL field values as bytearrays as well as parsed versions as strings and arrays.
3. Pig UDFs can then operate directly on the parsed fields to analyze and transform the COBOL data.