[Koha-bugs] [Bug 11997] Download / export lists of records coding and format errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 4 20:57:21 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11997

--- Comment #12 from Pablo AB <pablo.bianchi at gmail.com> ---
Well, not in my case. I tried on different Kohas, all using MARC 21. Maybe (I
don't think so) have something to do with the fact that my records have
newlines in it. Bug 11388.
More tests: First on MySQL directly:
 <datafield tag="245" ind1="0" ind2="0">
  <subfield code="a">Química : </subfield>

$ yaz-marcdump bib-2087.utf8 bib-13459.utf8 | grep "^245"
245 00 $a Química :  $b una ciencia experimental /  [...]
245 00 $a Estudio experimental de dispersión de [...]

$ yaz-marcdump shelf.iso2709 | grep "^245"
245 00 $a Qu�mica :  $b una ciencia experimental /  [...]

[Notice here second record is missing. If my list have only one record above
command throw no output.]

$ yaz-iconv -f latin1 -t utf8 shelf.iso2709 > shelf.iso2709-utf

$ yaz-marcdump shelf.iso2709-utf | grep "^245"
245 00 $a Química :  $b una ciencia experimental /  [...]
245 00 $a Estudio experimental de dispersión de [...]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list