koha-win32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-win32] How to import patron data


From: John Choo
Subject: Re: [Koha-win32] How to import patron data
Date: Wed, 21 Feb 2007 19:21:37 -0800 (PST)

Hi Nitin,

Different tables (or data storing formats) are different by design.
Basically, sans any script to help you do it, you'll need to move your
original data into the KOHA "borrowers" table format. You can export the
KOHA "borrowers" table into CSV format, use MS Excel to populate with your
original data and do a "LOAD DATA INFILE" to import your data into MySQL.
Not overly difficult but it depends on your original data format. You might
be able to write a quick script, something like this
http://ask.metafilter.com/50034/MySQL-import-question

Regards,
John


Nitin Madhavan wrote:
> 
>  I have now been able to import the biblio data. Thanks.
> Is there any way of importing the patron data from MS-access or a text
> file?
> Nitin
> 
> _______________________________________________
> Koha-win32 mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/koha-win32
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-import-patron-data-tf3201546.html#a9093734
Sent from the Koha - Win32 mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]