[Koha-bugs] [Bug 18704] File types limit in tools/ export.pl is causing issues with csv files generated by MS/Excel

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 30 22:37:51 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18704

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jonathan.druart at bugs.koha-c |gmcharlt at gmail.com
                   |ommunity.org                |

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I guess the following patch would fixes the problem:

-        my @valid_mimetypes = qw( application/octet-stream text/csv text/plain
);
+        my @valid_mimetypes = qw( application/octet-stream text/csv text/plain
application/vnd.ms-excel );

Are we going to create a patch for vendors that provide non-standard mimetype?
(Yes I know, this one is certainly the most used).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list