Skip to content

Releases: JiscDACT/mario

v0.60

07 Nov 12:59
691bc15

Choose a tag to compare

  • Update hyper to csv query code from using offset/limit to between

v0.59

05 Nov 08:52
f909be2

Choose a tag to compare

What's Changed

  • Fix: Stream hyper to csv change data read in chunk

Full Changelog: 0.58...0.59

v0.58

04 Nov 15:51
8be649d

Choose a tag to compare

  • Add use_pantab option to choose streaming hyper to csv option.

v0.57

23 Oct 09:36

Choose a tag to compare

  • 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

15 Aug 13:01

Choose a tag to compare

  • Fix: hyper to pivot source data range. Allow pivot source data column range exceed 26.

v0.55

22 Jul 16:07

Choose a tag to compare

  • Include description item in metadata_from_manifest.

v0.54

10 Jun 13:24

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

Choose a tag to compare

  • Fixed pivot table source data range.

v0.52

09 Jun 14:51
936b6c1

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

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