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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 20 23:14:23 CEST 2013


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

Joy Nelson <joy at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19400|0                           |1
        is obsolete|                            |

--- Comment #7 from Joy Nelson <joy at bywatersolutions.com> ---
Created attachment 22112
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22112&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)

Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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


More information about the Koha-bugs mailing list