phovea/phovea_importer

Support Boolean columns including missing values

Closed this issue · 0 comments

  • Release number or git hash: v5.0.0
  • Web browser version and OS: Chrome 84
  • Environment (local or deployed): both

Steps to reproduce

  1. Upload an Excel file with a Boolean column (must contain true/false values)

Observed behavior

The values "false" are shown as missing. And why is there the category "null" in these columns?

Expected behavior

  • Boolean columns should be detected
  • Better handling for missing values in boolean columns in LineUp (see lineupjs/lineupjs#387)