cobrix
cobrix copied to clipboard
A COBOL parser and Mainframe/EBCDIC data source for Apache Spark
## Background Hi! I'm not an expert on COBOL/EBCDIC data structures, but I'm implementing a CDC scenario using Flink (in java), and I'd have some binary field to decode, given...
Dear Team, I have the following issue: ## Describe the bug I configured 8 columns to BINARY, and then this issue happen. ## Code snippet that caused the issue ```...
Hi @yruslan Issue : 643 File_start_offset and File_end_offset options for VB files are not working and throwing the same error as posted in issue 643. I have a file with...
## Background [Optional] Hi, in our case one file contains several codepages. Different lines are encoded with different code pages. There is a column that acts like a country_code, and...
Hi, I am trying to install Cobrix libraries to read Cobol files but it seems that version I am installing is not compatible as all the jobs starts failing after...
Trying to read a file which has the following 07 IM-LKUP-LM-HH-MM-SS PIC S9(7) COMP-3. The resulting value for each record is coming up with a value thats 3 more than...
## Background [Optional] We have a requirement to flatten our schema in a downstream consumer. I wanted to see if this feature is supported by cobrix so we can both...
## Background [Optional] "Condensed" data refers to data that has been compressed or shortened to take up less space in memory. This is typically done by removing any unnecessary or...
## Background [Optional] Hi, I have requirement to create outgoing EBCDIC file (fixed width) with header, detail and footer records of length 155 bytes. I am aware that cobrix dont...
## Question could you help with providing the differences and in which scenario's the corresponding record formats should be used? 1) .option("record_format", "D)" 2) .option("record_format", "D2)"