zingus / monotable
Monotable is a text-based file format to describe tables of data.
dev-master
2017-12-18 00:28 UTC
This package is not auto-updated.
Last update: 2025-05-11 07:32:03 UTC
README
Monotable is a text-based file format to describe tables of data
File Format
An alternative to csv and markdown, it uses the indent of the labels of the first line of the file to describe the column boundaries.
Status
Right now it only features a simple parser for this format.
To Do
Future expansions will allow, reading and writing, to and from an array, and possibly csv and excel transcoding.