Skip to content

Add a way to process EBCDIC data in-place without converting to Spark #769

@yruslan

Description

@yruslan

Background

With this use case we would like to use the Cobol Parser and decoder in order to

  • split input files by records,
  • process each record using a custom code
  • the custom code would extract some fields of each record, process it, and write them back in the same EBCDIC format
  • The processor could be just a library outside of Spark framework
  • The solution should support all types of file types (F, V, VB, custom record extractor, etc)
  • Options used with spark-cobol should be ideally reused in the file processor as well

It seems most of building blocks for building the solution is already in place.

Feature

Add a way to process EBCDIC data in-place without converting to Spark.

Example

--

Proposed Solution

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions