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 [Optional] I am trying to get Cobrix to work from within Pentaho PDI to be able to process Cobol files. ## Question Has anyone tried this or is...

question

## Background We have DB2 tables where fields are declared as Date and Timestamp. When files are downloaded, the Copybook defines these fields as alphanumeric: Date: X(10) Timestamp: X(26) When...

enhancement

## Background When we transfer our datasets outbound from z/OS, our information security policies require that the datasets first be PGP encrypted prior to transfer. When the datasets arrive in...

enhancement

## Background [Optional] I am using spark submit to execute a spark program, and I'm passing the copybook path as a parameter, the path I intent to use is the...

enhancement
question
accepted

## Background Currently the person releasing the new version of Cobrix need to manually login to SonaType and close and release the artifact. This can be improved by releasing the...

enhancement

Hi @yruslan Good morning. ## Our Mainframe dataset Copybook (copybook layout/indentation is incorrect. Column names are intentionally changed to dummy) : ## 05 :DUMY:-RECORD. 00150002 10 :DUMY:-KEY. 00150102 15 :DUMY:-RECORD-ID...

question

## Describe the bug We are using CoBrix with PySpark and executing it on AWS EMR. We have the EBCDIC file and it's corresponding copybook in the AWS S3 bucket....

bug

## Background We have requirement like to validate upstream given checksum vs actual data checksum. Currently we are stripping BDW and RDW and writing to file and calculating checksum. ##...

enhancement

## Background I'm using za.co.absa.cobrix:spark-cobol_2.12:2.7.9 Maven Library in Azure Databricks to load Cobol (EBCDIC) files into Databricks. It works very well for all files except one. ## Error Message Py4JJavaError:...

bug
accepted

## Background Currently, if an EBCDIC data fails to cast to the proper type, for example, when wrong bytes are provided for COMP-3 decoding, Cobrix will silently return null. It...

enhancement