OasisLMF / OasisUI

User Interface for the Oasis platform.
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

Export to Zip issue #279

Closed sambles closed 2 years ago

sambles commented 2 years ago

Issue Description

The Export to Zip button seems to fail when multiple files have been selected. Screenshot from 2022-03-16 11-29-34

Version / Environment information

UI: 1.11.3 Oasis: 1.24.0

Example data / logs

Error warnings from UI application

Warning: Error in fwrite: Column 4's length (0) is not the same as column 1's length (1)
  [No stack trace available]
Read 64 items
Warning: Error in fwrite: Row 1 of list column is type 'list' - not yet implemented. fwrite() can write list columns containing items which are atomic vectors of type logical, integer, integer64, double, complex and character.
  [No stack trace available]
RolandASc commented 2 years ago

@sambles I wonder whether it's just an issue when mixing json files in, or more generally?

sambles commented 2 years ago

I see what you mean:

Selecting multiple csv type files works, the problem happens when selecting json or txt which causes the download to fail.