SkillAgentSearch skills...

CopybookStreams

Avro schema derivation and data parsing from cobol copybook for Scala

Install / Use

/learn @zenaptix-lab/CopybookStreams
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

copybookStreams

Avro schema derivation and data parsing from cobol copybook for Scala.

The pipeline can be explained as follows : The Scala App takes an COBOL copybook as input and tokenizes it to identify the copybook schema. Then a parser takes the tokens generated from the copybook and builds an AST(abstract syntax tree). The AST is then written to a .scala file. The generated .scala class file is used to create a AVRO schema. At this moment only the keys reside in the AVRO schema. The raw binary file is then parsed with Scodec to human readable values. These values are then added to the correct corresponding key in the generic record.

https://drive.google.com/a/zenaptix.com/file/d/0B5KPFloE62GlQWI4SjNRQlFXWUU/view?usp=sharing

Build project

$ sbt

$ <project> clean compile

<project> = cobolCopyBook/macros

Run main app

$ project cobolCopyBook

$ clean compile

Create .scala types from cobolCopybook

$ run "<copybook dir>" -C

Run app

$ clean compile

$ run "<copybook dir>" -R "<binary dir>" <bitOffset> "<output .csv dir>" <number of records>

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3mo ago
Forks2

Languages

Scala

Security Score

82/100

Audited on Dec 8, 2025

No findings