[Koha] How to convert .csv file to .koc file

Zeki Celikbas celikbas at itu.edu.tr
Sat Sep 1 01:33:49 NZST 2018


Here is a simple solution in terminal:

|sed 's/,/\t/g' input_file > output_file |

This command replace all comma characters to TAB from input_file and 
write out a file named output_file. Don't wory to test because it writes 
a seperate file.

30-08-2018 14:49 tarihinde Sambhunath Sahoo yazdı:
> Dear friends,
>
> I want to know the conversion procedure from .csv file to .koc file. If
> anybody has done this kind of conversion for Koha, please suggest me the
> procedure.
>
> Regards,
>
> Sambhunath Sahoo
> Information Scientist,
> Central Library,
> Tezpur University,
> Tezpur-784028
> Assam
> Mobile: 9085252152, 8895488636
> Phone : 03712-27-3229
> E-Mail : sambhumlis at gmail.com,
>              sambhu at tezu.ernet.in
> *ORCID ID:* 0000-0001-9162-879X
> *Researcher ID:* K-4446-2018
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>



More information about the Koha mailing list