8000 GitHub - javadev/cobol-copybook-file-to-json: Easily convert COBOL copybook data to JSON format with this lightweight library, simplifying data handling and improving interoperability for your applications. Perfect for developers looking to streamline data processing!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Easily convert COBOL copybook data to JSON format with this lightweight library, simplifying data handling and improving interoperability for your applications. Perfect for developers looking to streamline data processing!

License

Notifications You must be signed in to change notification settings

javadev/cobol-copybook-file-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COBOL Copybook File to JSON Converter

Maven Central Java CI

Description

Easily convert COBOL copybook data to JSON format with this lightweight library, simplifying data handling and improving interoperability for your applications. Perfect for developers looking to streamline data processing!

Usage

usage: java -jar cobol-copybook-file-to-json-1.0-all.jar [-f <arg>] -l <arg> -s <arg> [-t <arg>]

Converts data from a COBOL copybook file into a readable format such as CSV or JSON.

 -f,--format <arg>   Output formats (csv,json,json_compact; separate with comma)
 -l,--layout <arg>   Path to the layout file
 -s,--source <arg>   Path to the source binary file
 -t,--target <arg>   Base path for the output files (default: output)

Example

java -jar target/cobol-copybook-file-to-json-1.0-all.jar \
     -s src/test/resources/data/sku.dat \
     -l src/test/resources/layout/sku.txt \
     -t sku \
     -f json,csv

This command converts the COBOL copybook data from sku.dat using the layout file sku.txt and outputs the results as sku.json and sku.csv.

About

Easily convert COBOL copybook data to JSON format with this lightweight library, simplifying data handling and improving interoperability for your applications. Perfect for developers looking to streamline data processing!

Topics

Resources

License

Stars

Watchers

Forks

Languages

0