- 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 3 commits
-
-
Niels Erik authored
Marcftp
-
Niels Erik G. Nielsen authored
# Conflicts: # harvester/src/main/java/com/indexdata/masterkey/localindices/harvest/storage/folioinventory/InventoryRecordUpdater.java # harvester/src/main/java/com/indexdata/masterkey/localindices/util/MarcXMLToJson.java
-
Niels Erik G. Nielsen authored
.. as it fails for static OAI-PMH files (which we only need for dev/testing) After rollback it works for Live OAI-PMH feed (tested with Millersville's server) Static OAI-PMH file ftp harvest of .gz file (tested with New School's server) Static xml file from Seton Hall If there are other scenarios not tried here but for which it would fail, we would have to revisit of course.
-
- 07 Sep, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 03 Sep, 2020 1 commit
-
-
Niels Erik authored
* Add option for sending Instance DELETE requests to "upsert" APIs of FOLIO mod-inventory-update
-
- 01 Sep, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 31 Aug, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 30 Aug, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-
- 07 Aug, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
.. in original content when record not contained in collection
-
- 05 Aug, 2020 1 commit
-
-
Niels Erik G. Nielsen authored
-