cobrix
cobrix copied to clipboard
A COBOL parser and Mainframe/EBCDIC data source for Apache Spark
Bumps hadoop-common from 3.2.0 to 3.2.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
## Describe the bug @yruslan Cobrix is not supporting, Inserting picture clause. If the data type has BBBB then spaces needs to be place in those place. For Example :...
Trying to read an ebcdic file received from main frame system using a copy book. The data has address lines which have Japanese characters. When reading the values are coming...
Hi @yruslan I have multi segmented binary file and able to parse it, if single segment column present. How do I parse multi segmented file with two segment columns present...
## Describe the bug COMP-3 byte calculation is not working as expected. If COMP-3 is provided in parent field, then total bytes will be the sum(child bytes)/2 + 1. But...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.6.7.3 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Duplicate record_id is getting generated when option set to generate_record_id = "true" for US_ASCII
We are getting duplicate record_id while reading US_ASII file with below read option: 'encoding': 'ASCII', 'is_text': 'true'', 'generate_record_id':'true' Actually record_id is duplicated but not the entire record. ## Expected behaviour...
Why I am getting this error? ZACTN /opt/eventlog/dev/Copybooks/asia/ZACTN.cpy Exception parsing copybook - see logs ZACTN 00000974000101 00411875 HPK 00001 NOTIFYREF Y 20220301 ManualRefer Test Refer 010001HPKZR08 ZR020 M-ZR020-STRUCT-ZR020-STRUCT-ID PIC X(10)...
## Background [Optional] This parameter( input_split_size_mb) works for only VariableLengthParameters. ## Question will able to use this input_split_size_mb fixed length files?
I have a column in the raw data file which has empty string( 8 spaces) but when i load to spark cobol dataframe using cobrix that column is populated as...