Experimental support for dBase .dbf files. Usege like this in all2xml.conf:
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 Feb 2005 23:07:35 +0000 (23:07 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 Feb 2005 23:07:35 +0000 (23:07 +0000)
commit6a631ecdcd789163702283df7d9a58e6fd0a8869
tree32ff63837fd28f23249d6c6e5374970b1a4afb97
parent993e7f130dc12943adddb757e26d24254fd8c50b
Experimental support for dBase .dbf files. Usege like this in all2xml.conf:

[hda]
       dbf_file=/data/drustvene/hda/ISO.DBF
       type=dbf
       dbf_codepage=cp852
       dbf_mapping=<<_END_OF_MAP_
ID_BROJ                001
ISBN_BROJ      010
SKUPINA1       200
SKUPINA2       205
SKUPINA4       210
SKUPINA5       215
SKUPINA6       225
SKUPINA7       300
ANOTACIJA      330
PREDMET1       610
PREDMET2       610
PREDMET3       510
UDK            675
REDALICA       700
SIGNATURA      990
_END_OF_MAP_

dbf type will use <isis> tag in import_xml and dbf_codepage will
override codepage specified in import_xml file.

Small code refactoring.

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@678 13eb9ef6-21d5-0310-b721-a9d68796d827
all2xml.pl
hash_sf.pm [new file with mode: 0644]
isis_sf.pm [deleted file]
parse_format.pm
to_hash.pm [new file with mode: 0644]