glossarist / iev-data

1 stars 1 forks source link

Add SQL intermediate representation #95

Closed skalee closed 3 years ago

skalee commented 3 years ago

This pull requests adds a SQLite3 intermediate layer. Concepts are first imported from spreadsheet to the SQLite3 database, and then exported from the database to YAMLs.

Two CLI commands are introduced: xlsx2db and db2yaml. The xlsx2yaml which existed before is preserved, though now it uses SQL for intermediate data representation.

Motivation

Performance considerations

Final notes

skalee commented 3 years ago

Ouch, I wanted to create a pull request. Closing in favour of #96.