[Koha] How to convert .csv file to .koc file
Owen Leonard
oleonard at myacpl.org
Fri Aug 31 01:15:27 NZST 2018
> I want to know the conversion procedure from .csv file to .koc file.
I don't know of an automated conversion process, but it's pretty easy
to manually convert a .csv to .koc. The .koc file is tab-separated
with a specific header line. For example:
Version=1.0 Generator=kocDesktop GeneratorVersion=1.3
2018-01-18 12-50-33 943 issue 1234567 30000000000001
2018-01-18 12-50-34 000 issue 1234567 30000000000002
2018-01-18 12-50-34 000 issue 1234567 30000000000003
The columns are: Transaction datetime - transaction type - patron card
number - item barcode
-- Owen
--
Web Developer
Athens County Public Libraries
https://www.myacpl.org
More information about the Koha
mailing list