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

Hi, I'm using the cobrix library on databricks to read EBCDIC file. I have now a copybook with multiples structure. When I read the EBCDIC file all the data of...

question

I have a file in Mainframe which is pipe delimited and has a header with column names which are pipe separated too. The file length is Fixed length and after...

question

I have a copybook where the field is defied as PIC S9(10)V USAGE COMP-3. When we read the file in cobrix this field is being created as Long instead of...

question

## Background When data has multiple levels of hierarchy and Cobrix is used to generate corresponding keys, sometimes the list of segments can be long for the leaf level of...

enhancement

We are using cobrix to convert the mainframe EBCDIC file. Below are the problematic data fields: XXX-TRANSACTION-AMOUNT PIC S9(15) V99 COMP-3 We are not able to convert the fields correctly....

question

## Background [Optional] A clear explanation of the reason for raising the question. This gives us a better understanding of your use cases and how we might accommodate them. ##...

question

Background: I am trying to convert an EBCDIC Mainframe file to ASCII file in a notebook. Below are the setup used: 1. Cobrix library "cobol-parser_2.13-2.7.4.jar" from the url(https://repo1.maven.org/maven2/za/co/absa/cobrix/cobol-parser_2.13/2.7.4/cobol-parser_2.13-2.7.4.jar) 2. I...

question

I have this code: val df = spark .read .format("za.co.absa.cobrix.spark.cobol.source") .option("ebcdic_code_page", "common_extended") .option("copybook", copybook) .load("ruta" .select("Campo") but get this error: za.co.absa.cobrix.cobol.parser.encoding.EBCDIC$ cannot be cast to za.co.absa.cobrix.cobol.parser.encoding.Encoding if i read the...

question

## Background [Optional] Currently we are using SFTF to transfer binary files to Cloud and use Cobrix to read the Binary files to convert to ASCII. ## Question We are...

question

## Background [Optional] Hello when I parse data file with cobirx, the data file and copybook was not match, if there is a null or empty,the data file does not...

question