|
399a43d920
|
fix nested map parsing for MarcField building in MarcRecord
|
2022-10-31 22:52:50 +01:00 |
|
|
5a644f4e41
|
working on key based building of marc fields
|
2022-10-31 18:43:16 +01:00 |
|
|
28b9a2d86d
|
add stable field order in record building, use delegate map in MarcRecord, more filters for field processing in MarcRecord
|
2022-10-21 17:07:49 +02:00 |
|
|
9b1bac1e6f
|
add methods to initialize MarcField and MarcRecord from Java Maps
|
2022-10-20 15:12:44 +02:00 |
|
|
503647ec9b
|
add hbzfix XML examples
|
2022-10-18 18:00:58 +02:00 |
|
|
1abe90fdd1
|
cosmetic
|
2022-10-17 09:32:13 +02:00 |
|
|
1e61733ae5
|
update copyright header
|
2022-10-16 09:36:44 +02:00 |
|
|
ca08925478
|
introduce Marc field validator, default is strict validating using blank as default symbol
|
2022-10-16 00:29:26 +02:00 |
|
|
153bac0a3f
|
use underscore und non-empty names for tags, indicators, subfield IDs
|
2022-10-14 18:05:46 +02:00 |
|
|
d2fa91317c
|
update to Java 17, fix field list for MarcContentHandler
|
2022-10-13 20:50:32 +02:00 |
|
|
ee55fa7ff8
|
update to Java 17, add Alma XML, relax label value interpretation with # symbol
|
2022-10-13 17:51:01 +02:00 |
|
|
4608e89029
|
set maven repos
|
2021-12-18 20:43:37 +01:00 |
|
|
5ed7a065d7
|
move XML factories out of Marc processing to allow efficient reuse of XML parsers, fix NPE in subfield transforming
|
2021-04-27 00:22:38 +02:00 |
|
|
3fa26ade80
|
update to Gradle 6.6.1, add a MARC record listener to a MARC content handler
|
2020-11-20 13:01:09 +01:00 |
|
|
c7d2aa3c87
|
Java named module, Gradle 6.4.1, JUnit 5 tests
|
2020-05-19 23:40:25 +02:00 |
|
|
b123d27567
|
add buffer size parameter, marc4j comparison test
|
2020-05-02 18:49:19 +02:00 |
|
|
2277cea51b
|
typo, javadoc fixes, test fixes
|
2019-11-07 11:47:01 +01:00 |
|
|
414abce68f
|
add JSON reader and writer to allow duplicate keys, closes #8
|
2019-11-07 11:10:31 +01:00 |
|
|
f17e9c97b4
|
fix empty subfields, fixe #7
|
2019-11-06 23:49:12 +01:00 |
|
|
fac8020183
|
update to OpenJDK 11, Gradle 5.3.1, xbib content 2.0.0
|
2019-08-08 19:58:21 +02:00 |
|
|
d8426fcfc6
|
add line feed control to JSON writer, remove Asciidoclet for now
|
2018-03-14 10:39:03 +01:00 |
|
|
bacf451818
|
fix for converting MAB XML to JSON, add optional trim
|
2018-01-06 00:29:39 +01:00 |
|
|
7fe42850dc
|
fixed validity check for subfield codes, changed MarcGenerator close() to flush() method, fixes for sonarqube, update to gradle 4.4
|
2017-12-14 14:01:26 +01:00 |
|
|
58c2a49293
|
fix for #2, convert space subfield codes into underscore, add Bundeskunsthalle MARC example, update to Gradle 4.3.1
|
2017-12-07 18:24:40 +01:00 |
|
|
195abf74de
|
getField() and getSubfield() methods
|
2017-11-16 09:29:40 +01:00 |
|
|
3fb01e1b2c
|
fix for subfield ID length in MAB, fix for UNIMARC
|
2017-10-17 15:59:03 +02:00 |
|
|
ae5b85f923
|
add OBVSG test with fix fo subfield ID length
|
2017-10-16 15:06:00 +02:00 |
|
|
d947c5cb81
|
update to Gradle 4.2, fix for incomplete iso2709 streams, add SWB/OBVSG examples
|
2017-10-16 11:41:05 +02:00 |
|
|
d73164601d
|
add ISSN collector by record identifier
|
2017-03-09 10:18:01 +01:00 |
|
|
31205ca917
|
ignore BiblioMondo test
|
2017-03-06 23:30:57 +01:00 |
|
|
6c80bd052f
|
add ISSN example
|
2017-03-06 22:42:57 +01:00 |
|
|
e9b0983845
|
gradle update, move versions to gradle properties, fix repeat counter in MARC field transformer
|
2017-02-23 17:29:23 +01:00 |
|
|
8463218c8e
|
add two convienience method to check first/last subfield value, add MARC round trip test
|
2017-01-08 16:40:38 +01:00 |
|
|
c325b7e3b7
|
add Xalan to avoid JDK TraX class verify error, increase test heap to handle xmlunit memory hunger
|
2017-01-02 19:28:04 +01:00 |
|
|
8b0cb74ccd
|
allow single subfield value transformation
|
2016-11-25 20:45:30 +01:00 |
|
|
e34eedc86d
|
fixing JSON escape, add Elasticsearch result example
|
2016-09-28 14:45:32 +02:00 |
|
|
1df7b07410
|
improve Javadoc
|
2016-09-28 12:03:13 +02:00 |
|
|
080333dc16
|
add Elasticsearch JSON bulk format and gzip compression to MarcJsonWriter
|
2016-09-28 10:58:43 +02:00 |
|
|
09e8bedebe
|
allow value transforming in JSON writer, add buffer size
|
2016-09-21 17:11:28 +02:00 |
|
|
d6314e1f06
|
add JSON split writing, fixing split writing
|
2016-09-21 11:34:22 +02:00 |
|
|
19f4d74d3e
|
add null checks
|
2016-09-20 17:10:50 +02:00 |
|
|
a98816e315
|
fix NPE in JSON writer
|
2016-09-19 11:57:35 +02:00 |
|
|
dcbe694669
|
fixing JSON format
|
2016-09-19 11:38:44 +02:00 |
|
|
0811f397b2
|
fix for drop() field transformer
|
2016-09-18 21:46:54 +02:00 |
|
|
fa5f53fbd2
|
fixed JSON geenration, added record label encoding, added lightweight record adapter, more tests
|
2016-09-17 20:53:02 +02:00 |
|
|
f362426ec1
|
initial commit
|
2016-09-15 17:07:08 +02:00 |
|