Skip to content

animenon/csv-config-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv-config-parser

Parser to get values from a CSV config file

A configuration file consists of sections, lead by a "section" header, and followed by "name: value" entries, with continuations(comma seperated).

CSV config files are simpler to read and easier to use for projects with many section headers.

Structure of a CSV Config file

<header1>, <key_1> = <value_1>, <key_2> = <value_2>, ..
<header2>, <key_a> = <value_a>, <key_b> = <value_b>, ..
..

Why use CSV config files?

Its easier to read, process and write!

Current version

Currently in Alpha Version, testing in progress

About

Parser to get values from a CSV config file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages