Skip to content

Releases: dimagi/commcare-export

0.12.4

12 Dec 10:34
Compare
Choose a tag to compare
Release 0.12.4. Addition of multi-select functions.

0.12.3

12 Dec 10:34
Compare
Choose a tag to compare
Release 0.12.3. Addition of multi-select functions.

0.12.2

13 Jul 15:17
Compare
Choose a tag to compare
  • Don't attempt to alter a column that is already of type TEXT

This release also includes a change from 0.12.1 since 0.12.1 was not a public release:

  • Make headings in Excel config file case insensitive
  • Add a '--version' option to the CLI

Type Support

30 Jun 10:02
Compare
Choose a tag to compare
  • add better support for types, especially dates
  • don't create columns until we know what type it is
  • add strict-types option to prevent changing column types

0.11.8

09 Mar 13:13
Compare
Choose a tag to compare
  • make 'digest' the default authentication mode
  • refactor form filters to get away from using the _search backdoor

0.11.7

08 Jul 09:23
Compare
Choose a tag to compare
  • support openpyxl>=2.0.0

Version 0.11.6

10 Apr 08:08
Compare
Choose a tag to compare
  • add support for bool operator in 'Map Via' or 'Format Via'
  • add digest authentication mode via the --auth-mode option. Accepted values are session and digest
  • support descendant expression as data source e.g. form[*]..form.case