Opened 3 months ago

Closed 3 months ago

#2326 closed enhancement (fixed)

Add support for exporting boolean values as 0 or 1

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.19.12
Component: web Version:
Keywords: Cc:

Description

The table exporter currently export boolean values as the text strings "true" or "false". It might be useful to also be able to export them as "1" or "0" since it may be easier to read/parse with other programming languages.

Change History (1)

comment:1 by Nicklas Nordborg, 3 months ago

Resolution: fixed
Status: newclosed

In 8225:

Fixes #2326: Add support for exporting boolean values as 0 or 1

There are now three options for boolean values:

  • true/false
  • TRUE/FALSE
  • 1/0
Note: See TracTickets for help on using tickets.