Releases: JiscDACT/mario
Releases · JiscDACT/mario
v0.61
v0.60
- Update hyper to csv query code from using offset/limit to between
v0.59
v0.58
- Add use_pantab option to choose streaming hyper to csv option.
v0.57
-
Add 'do_not_modify_source=True' to the base options
-
In save_hyper_as_csv check for this option. If True, and row numbers are added, copy the file and return it as the one to export. Otherwise, perform the operation on the source
v0.56
- Fix: hyper to pivot source data range. Allow pivot source data column range exceed 26.
v0.55
- Include description item in metadata_from_manifest.
v0.54
- ensure that when calling build we don't accidentally overwrite the template_path argument.
v0.53
- Fixed pivot table source data range.
v0.52
- Added a common set of output definitions for various data formats.
- Refactored to use common output options rather than hard-coded parameters and defaults and removed redundant code.
- Added output options for Excel format. Choose to include or exclude row_number.