[Koha] (no subject)

2015-11-14 Thread celikbas
The original message was received at Sat, 14 Nov 2015 17:47:14 +0530 from 157.186.0.15 - The following addresses had permanent fatal errors - koha@lists.katipo.co.nz - Transcript of the session follows - ... while talking to host lists.katipo.co.nz.: >>> DATA <<< 400-aturner; %MAI

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

2018-08-31 Thread Zeki Celikbas
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ı: