cobrix icon indicating copy to clipboard operation
cobrix copied to clipboard

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

Results 124 cobrix issues
Sort by recently updated
recently updated
newest added

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

question

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

question

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

question

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

question

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

question

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

question

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

question

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

question

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

## 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)"

question