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

Hi Team, While processing .gz files using Cobrix we are getting the error like as follows There are some files in abc.gz that are NOT DIVISIBLE by the RECORD SIZE...

we are migrating a process developed in dataStage to scala, using bookshelves. The Copyboock is defined and we manage to read the file in DF with select. But the fields...

question

Hi All, When I am reading hexadecimal data from Cobol file using Cobrix, the output is in a different format. I have tried to cast it using Spark SQL and...

question

Bumps spark-core_2.12 from 3.2.3 to 3.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.spark:spark-core_2.12&package-manager=maven&previous-version=3.2.3&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

## Background Multisegment files often have this structure: ``` file header record segment header record main segment record child1 segment record child2 segment record ... segment footer record segment header...

enhancement

# Background I am having the Easytrive layout which is having the Packed unsigned fields (data-type U in Easytrieve), binary unsigned fields (data-type B in Easytrieve) and Alpha-numeric fields (data-type...

question

Hi, Does the library support option to read EBCDIC data based on record type instead of copy book option?

question

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.6.7.4 to 2.12.7.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.4&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

## Background [Optional] I have multi layout file with certain order. I group each layout and last layout is repeated multiple times. each layout is fixed length file(200 bytes). Example:...

question

I have a use-case where i have a variable block Cobol file and need to parse the file in ASCII format using the Cobrix dependencies. I am using below Cobrix...