Releases: JiscDACT/mario
Releases · JiscDACT/mario
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.
v0.51
- Added the option to include row_number when streaming output from PartitioningExtractor
- When streaming to CSV from HyperFile, skip row_number if it already exists
v0.50
- Fixed an issue whereby streaming a HyperFile to CSV would result in incorrect data due to row ordering not being guaranteed in .hyper
v0.49
- Made it optional to prepend 'info' sheets when splitting Excel workbooks
v0.48
- Enables use of ExcelBuilder with DatasetSpliiter. This can result in improved performance for 'standard' splits
v0.47
- Fixed an issue with get_total from HyperFile extractor which was always returning the row count rather than using an aggregate measure
v0.46
- Fixed an issue with DatasetSplitter where non-split Excel files were being ignored rather than copied as other files
v0.45
- Handle gzipped CSVs in the DatasetSplitter