[Koha-bugs] [Bug 10538] Improve importation of .CSV framework files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 5 06:32:12 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10538

--- Comment #1 from Mason James <mtj at kohaaloha.com> ---
Created attachment 19400
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19400&action=edit
Bug 10538 - Improve importation of .CSV framework files

this patch is basically a rewrite of the _import_table_csv() sub, using
Text::CSV

to test this patch...

1/ dump a framework as a .csv file, to your disk

2/ open that .csv file in LibreOffice (or OpenOffice) and save that file as a
new.csv

note: LO/OO has just created a 'broken' new.csv file

3/ import new.csv file into Koha, (the import should FAIL)

4/ apply patch and repeat step 3, (the import should SUCCEED)

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


More information about the Koha-bugs mailing list