cobrix icon indicating copy to clipboard operation
cobrix copied to clipboard

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

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

Bumps hadoop-common from 3.2.0 to 3.2.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=3.2.0&new-version=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...

dependencies

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

enhancement
accepted

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

enhancement
accepted

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

question

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

enhancement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.6.7.3&new-version=2.12.6.1)](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...

dependencies

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

bug

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

question

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

question

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