Opened 5 years ago

Closed 5 years ago

#2181 closed defect (fixed)

Empty cells when parsing Excel files are always returned as the empty string

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.15.1
Component: core Version:
Keywords: Cc:

Description

When parsing CSV or Excel files there is an option to return null instead of empty strings. It seems like this option is ignored when parsing Excel files.

There is also an option to return null when the text string "null" is found. It seems like this is also ignored when parsing Excel files.

Change History (2)

comment:1 by Nicklas Nordborg, 5 years ago

Summary: Empty cells when parsing Excel files are alwasy returned as the empty stringEmpty cells when parsing Excel files are always returned as the empty string

comment:2 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7721:

Fixes #2181: Empty cells when parsing Excel files are always returned as the empty string

Note: See TracTickets for help on using tickets.