Hello: I've been looking to use Koha without MARC support. Is this possible in Koha 3 and what are the upsides and downsides to not using MARC? The reason I ask is that it'll be so much easier to import books into the system, from our current Excel sheets, rather than using MARC or so I assume. Best, Gautam -- Please read our new blog at: http://blog.prathambooks.org/
It is not possible to use Koha without MARC support. Gautam John wrote:
Hello:
I've been looking to use Koha without MARC support. Is this possible in Koha 3 and what are the upsides and downsides to not using MARC?
The reason I ask is that it'll be so much easier to import books into the system, from our current Excel sheets, rather than using MARC or so I assume.
Best,
Gautam
-- Please read our new blog at: http://blog.prathambooks.org/ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
----- Amit Gupta +91-9891559754 -- View this message in context: http://www.nabble.com/Koha-without-MARC-tp17487333p17487464.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Thanks. There seemed to be numerous references, albeit in older versions, to the possibility of using Koha without MARC. 2008/5/27 amitg <amitddng135@gmail.com>:
It is not possible to use Koha without MARC support.
Gautam John wrote:
Hello:
I've been looking to use Koha without MARC support. Is this possible in Koha 3 and what are the upsides and downsides to not using MARC?
The reason I ask is that it'll be so much easier to import books into the system, from our current Excel sheets, rather than using MARC or so I assume.
Best,
Gautam
-- Please read our new blog at: http://blog.prathambooks.org/ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
----- Amit Gupta +91-9891559754 -- View this message in context: http://www.nabble.com/Koha-without-MARC-tp17487333p17487464.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Please read our new blog at: http://blog.prathambooks.org/
* Gautam John (gautam@prathambooks.org) wrote:
Thanks.
There seemed to be numerous references, albeit in older versions, to the possibility of using Koha without MARC.
Yes Koha was originally designed to be used without MARC. As MARC support was added this functionality was lost. Its something I definitely want to add back. At least the ability to not ever have to see MARC, even if it is being used in the background Chris
Gautam John escribió:
Hello:
I've been looking to use Koha without MARC support. Is this possible in Koha 3 and what are the upsides and downsides to not using MARC?
The reason I ask is that it'll be so much easier to import books into the system, from our current Excel sheets, rather than using MARC or so I assume.
You can export your Excel sheets in CSV, and then map each column into a MARC field/subfield -- I wrote a csv2marc.pl script which does the job. http://lists.katipo.co.nz/public/koha/2007-November/012750.html Using Perl, you can migrate from almost anything to MARC. HTH, Jose
Thank you Jose. Will play around with this script. Best, Gautam 2008/5/28 José Miguel Parrella Romero <joseparrella@gmail.com>:
Gautam John escribió:
Hello:
I've been looking to use Koha without MARC support. Is this possible in Koha 3 and what are the upsides and downsides to not using MARC?
The reason I ask is that it'll be so much easier to import books into the system, from our current Excel sheets, rather than using MARC or so I assume.
You can export your Excel sheets in CSV, and then map each column into a MARC field/subfield -- I wrote a csv2marc.pl script which does the job.
http://lists.katipo.co.nz/public/koha/2007-November/012750.html
Using Perl, you can migrate from almost anything to MARC.
HTH, Jose
-- Please read our new blog at: http://blog.prathambooks.org/
participants (4)
-
amitg -
Chris Cormack -
Gautam John -
José Miguel Parrella Romero