[Koha] How to export patrons from 2.2.9?

Owen Leonard oleonard at myacpl.org
Wed Sep 15 00:39:50 NZST 2010


> SELECT * FROM koha229.borrowers;

The structure of the borrowers table has changed in 3.2, so a plain
"SELECT *" won't give you something you can work with directly. 3.2
does let you import patrons via a CSV file, so if you can dump your
koha229.borrowers table as a CSV you can use that. You'll have to
massage the CSV to get it to match the columns in 3.2.

Here's the relevant section of the manual:

http://koha-community.org/documentation/3-2-manual/?ch=x5218

  -- Owen


-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org


More information about the Koha mailing list