[Koha] Supported formats

Chris Cormack chris at katipo.co.nz
Fri Oct 6 13:43:13 NZDT 2000


* Greg Banks <gregbanks1 at yahoo.com> [001006 13:03]:
> I wasn't able to find this answered on the website, so
> I figured I would ask here. What types of file formats
> are supported by Koha? Meaning, what formats can be
> imported/exported?

Hi Greg

The backend to koha is a mysql database.
(Theres no real reason it cant be any sql database)
So basically if you can convert a file to tab, or comma or some form of
delimited text, you can get it into koha.
Data also comes out in delimited text. So should go into anything that
accepts delimited text, easily enough.

Mysql and most sql databases support ODBC as well, so you can use an ODBC
interface to import/export database from koha. If you have that set up.

Hope this helps answer your question.

> 
> Also, are there plans for SIF support?
> 
Well, no immediate plans.
If someone was keen on reading up on the SIF specifications and writing a
module to export/import data in that form, that would be cool though.
Maybe as an adjunct to writing an XML module for Koha.

Any takers? :-)

Chris
-- 
Chris Cormack                                  Katipo Communications
Programmer/Sys Admin                           chris at katipo.co.nz
025 500 789                                    www.katipo.co.nz




More information about the Koha mailing list