- 09 Nov, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 01 Nov, 2021 2 commits
-
-
Niels Erik authored
-
Niels Erik authored
-
- 26 Oct, 2021 1 commit
-
-
Niels Erik authored
* Inventory: Filter bulk records by update dates (MKH-537)
-
- 15 Oct, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 13 Oct, 2021 3 commits
-
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
# Conflicts: # harvester/src/main/java/com/indexdata/masterkey/localindices/harvest/storage/folioinventory/InventoryRecordUpdater.java
-
Niels Erik G. Nielsen authored
-
- 28 Sep, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
- not just for deletions, for all requests to `shared-inventory-upsert-matchkey`
-
- 10 Sep, 2021 3 commits
-
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
-
- 07 Sep, 2021 3 commits
-
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
i.e. query=transformation.id=1234 or query=step.id=1234
-
Niels Erik G. Nielsen authored
For the Harvester FOLIO wrapper project (mod-harvester-admin). To enable querying for values with spaces, parenthesis etc.
-
- 24 Aug, 2021 2 commits
-
-
Niels Erik G. Nielsen authored
Transformation-step association references non-existing step, making the "get tsas" REST request fail.
-
Niels Erik authored
* Set bulk-file-from-date to most recent job's start-time MKH-534 When only getting new files, don't use the most recent job's finish time since new files may have arrived between the start and the finish.
-
- 15 Jun, 2021 1 commit
-
-
Niels Erik authored
* Fixes for issues with binary MARC - RIS-152 - In case of a MarcException, attempt to continue reading stream if continue-on-errors is on. - Use MarcStreamReader instead of MarcPermissiveStreamReader for iterating MARC file. - Inject MarcPermissiveStreamReader in the process for reading AND converting single records to UTF-8. - Always keep the original MARC as a byte array (since that is created always anyway as input for the permissive reader. - Remove option for non-buffering input stream since the code as it's written will always apply buffering anyway. * Downgrade CompletePendingCommand timeout error log to warn log
-
- 03 Jun, 2021 2 commits
-
-
Niels Erik G. Nielsen authored
MarcReader had problems finding record and/or field terminators for some records coming in in binary MARC files. Seems it was due to one transformation too many. With this commit it would no longer make a MARC string of the MARC byte array before serving it to MarcToJson.convertMarcRecordsToJson() as a ByteArrayInputStream.
-
Niels Erik G. Nielsen authored
Storing the original MARC failed because it's not XML, now this condition is caught, certain special characters are stripped and the record is stored as a string.
-
- 19 Apr, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
Remove deprecated APIs, add upsert APIs instead
-
- 15 Apr, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
- when the transformation pipeline don't produce a `holdingsRecord` property, forward none -- rather than an empty `holdingsRecord` property
-
- 09 Mar, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 25 Feb, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
- using MARC4J's MarcPermissiveStreamReader, with the `permissive` option set to true.
-
- 15 Feb, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
- properly reconnect after ftp connection time outs between large files - XmlMarcClient sends deletes by record instead of by ID to storage - XmlMarcClient detects deletes by LEADER 05 (status) instead of 06 (type) - stop printing each binary MARC file to system.out - remove un/pw from logged ftp URLs Also fixes name of holdings records metrics (should be HOLDING_RECORD now)
-
- 18 Jan, 2021 1 commit
-
-
Niels Erik authored
-
- 08 Jan, 2021 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 09 Dec, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 30 Nov, 2020 2 commits
-
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
-
- 25 Nov, 2020 3 commits
-
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
-
Niels Erik G. Nielsen authored
-
- 19 Oct, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 09 Oct, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 08 Oct, 2020 3 commits
-
-
Niels Erik G. Nielsen authored
-
-
Niels Erik authored
* Crude failed-records web service * Write records with errors to files in failed-records directory and serve them up with web service
-
- 07 Oct, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 08 Sep, 2020 1 commit
-
-
Niels Erik authored
Marcftp
-