Metatab / metapack

Programs for building datapackages with Metatab
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Line and YAML Oriented Editing. #8

Open ericbusboom opened 5 years ago

ericbusboom commented 5 years ago

Implement reading and writing from line ( txt or toml ) and yaml oriented files.

On the CLI, if the user explicitly references an alternative file ( TOML or YAML ) the system will load the alternative. On save, it will save first to the alternative format, then save again to the CSV format.

ericbusboom commented 5 years ago

Maybe saving should only be done to the referenced file, but an option can also write to the CSV, and CSV is written on package building.