https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #10)
Hi Jonathan,
can you add which LibreOffice version you have used for testing?
Version: 6.1.5.2
I have tested a bit and the issue seems to be that we used to export "empty cell" with # in it, but we don't seem to do that with the authorised_value and see_also columns consistently anymore? When I add back the #, the file loads appears to be loading ok.
It's actually exporting what we have in DB: MariaDB [koha_kohadev]> select tagfield, authorised_value from marc_tag_structure where frameworkcode="" and tagfield in ("018", "020"); +----------+------------------+ | tagfield | authorised_value | +----------+------------------+ | 018 | | | 020 | NULL | +----------+------------------+ -- You are receiving this mail because: You are watching all bug changes.