Skip to content

Releases: JiscDACT/mario

v0.54

10 Jun 13:24
Compare
Choose a tag to compare
  • ensure that when calling build we don't accidentally overwrite the template_path argument.

v0.53

10 Jun 11:23
Compare
Choose a tag to compare
  • Fixed pivot table source data range.

v0.52

09 Jun 14:51
936b6c1
Compare
Choose a tag to compare
  • 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

30 May 16:05
Compare
Choose a tag to compare
  • 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

23 May 10:34
Compare
Choose a tag to compare
  • 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

22 May 09:56
Compare
Choose a tag to compare
  • Made it optional to prepend 'info' sheets when splitting Excel workbooks

v0.48

22 May 08:18
Compare
Choose a tag to compare
  • Enables use of ExcelBuilder with DatasetSpliiter. This can result in improved performance for 'standard' splits

v0.47

02 May 10:38
Compare
Choose a tag to compare
  • Fixed an issue with get_total from HyperFile extractor which was always returning the row count rather than using an aggregate measure

v0.46

01 May 12:11
Compare
Choose a tag to compare
  • Fixed an issue with DatasetSplitter where non-split Excel files were being ignored rather than copied as other files

v0.45

01 May 12:01
Compare
Choose a tag to compare
  • Handle gzipped CSVs in the DatasetSplitter