cobrix
cobrix copied to clipboard
How to Parse COBOL Data from RDD/DataFrame
I have a COBOL Binary file that has been read as an RDD[Byte]. All the interfaces in the Documentation refer to the ability to read the file directly from the file system. Can I read from a RDD/ DataFrame?
Thank you!