Implement OPL reader and exporter for CSV and JSON files
Closes #18 (closed)
Added
- New generic OPL CSV and JSON reader and exporter
- Add OPL CSV to JSON and JSON to CSV convertor
- New OPL JSON schema
- Add a new
depreciatedmethod inmiscsub-module.
Changed
- Strip trailing
.000ZtoZin datetime formatter. - Change
majis.itl.csv.export.save_csvtomajis.itl.csv.export.save_itl_csv. - Change
majis.itl.csv.export.save_xlsmtomajis.itl.csv.export.save_itl_xlsm. - Move JSON schemas into their own submodule.
-
MAJIS_ITL_SCHEMASis replaced byMAJIS_SCHEMASas a dict to support OPL schemas.
Fixed
- Read the docs jupyter-book configuration (closes #16 (closed)).
Depreciated
- Legacy
save_csvandsave_xlsmare depreciated in favor ofsave_itl.
Edited by Benoît SEIGNOVERT