cobrix
cobrix copied to clipboard
A COBOL parser and Mainframe/EBCDIC data source for Apache Spark
## 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...
## 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...
## 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...
## 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...
## 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...
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...
Unable to parse the Mainframe copybook which has a COBOL datatype of BBBB which means empty spacesc
## 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....
## 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. ##...
## 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:...
## 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...