Skip to content

Prevent an error 500 when exporting an empty layer to csv

Nicolas Bouilleaud requested to merge fix-empty-csv-export into main

fixes #431 (closed)

The correct fix for this will be in #309, where it was already identified: we need to list the exported keys (the headers) with a mapping system, as with the import.

Merge request reports