cobrix
cobrix copied to clipboard
A COBOL parser and Mainframe/EBCDIC data source for Apache Spark
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...
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...
Bumps spark-core_2.12 from 3.2.3 to 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...
## 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...
# 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...
Hi, Does the library support option to read EBCDIC data based on record type instead of copy book option?
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 [](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`. [//]: #...
## 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:...
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...