Skip to content

Parses the DNA trial balance report into tabular csv format

Notifications You must be signed in to change notification settings

lindblb/VULParser.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VULParser.jl

Parses the DNA trial balance report into tabular csv format

Installation

using Pkg
Pkg.add("https://github.com/AgCountryFCS/VULParser.jl")

Run tests:

]
test

Usage

The module exports a single function which takes a CM_TRIAL.VUL file as input, and returns a dataframe.

using CSV
using VULParser

df = VULParser.VUL({path to CM_TRIAL.VUL})

# Save output to CSV
CSV.write({filename.csv}, df)

Contributors

Contact

About

Parses the DNA trial balance report into tabular csv format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published