joabetc / copybook2json

Transformar COPYBOOK (COBOL) em JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

copybook2json

Transforms COPYBOOK (COBOL) into JSON.

Requirements

  • Node.js version >= 0.10.33.

Instructions

Dependencies installation:

  1. Access the src folder;
  2. Execute the command: npm install.

After dependencies installation, execute the bellow commands:

  1. Put the COPYBOOK file (any extension) in the folder src/input;
  2. Inside src folde, execute: npm start;
  3. The generated .json file will be in the folder src/output.

References

Reading COBOL Layouts

About

Transformar COPYBOOK (COBOL) em JSON.


Languages

Language:JavaScript 100.0%