metafacture-core icon indicating copy to clipboard operation
metafacture-core copied to clipboard

Core package of the Metafacture tool suite for metadata processing.

Results 100 metafacture-core issues
Sort by recently updated
recently updated
newest added

If you want to use lookup, blacklist or whitelist with an external file, you need to create a filemap in the maps: ``` ``` ``` ``` It would be great...

Enhancement
Metamorph

At the moment you cannot use makros in if-conditionals but also you also cannot create an makro that is only the if-conditional. In context of lobid ressources - ALMA we...

Enhancement
Metamorph

This is part of https://github.com/metafacture/metafacture.github.io/issues/10 Add filtering support in flux-commands.md, e.g. generate filter 'buttons' for each type as input and output, e.g. `->StreamReceiver` for all decoders, `StreamReceiver->` for all encoders,...

This is part of https://github.com/metafacture/metafacture.github.io/issues/10 Automated creation and publishing of [flux-commands.md](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md) (which is basically the output of `sh flux.sh > flux-commands.md`, see https://github.com/metafacture/metafacture-core/commit/4d80ab4a87eed552fb36de722765c2f1ae6e7923; Java implementation is in [HelpPrinter.java](https://github.com/metafacture/metafacture-core/blob/master/metafacture-flux/src/main/java/org/metafacture/flux/HelpPrinter.java)): - [...

Working with lobid-resources I found a bug. https://github.com/hbz/lobid-resources/blob/ccc34fc8590340c6fb72d4d9c884746090b7fbf8/src/main/resources/alma/common/subjects.xml#L4-L60 To add a type specific to the second indicator of a marc field in 610 and 650 I have introduced a `choose`...

Bug
Metamorph

Originates from https://github.com/metafacture/metafacture-core/pull/352#issuecomment-762743806: > - Build and deploy a GitHub release

Dev Infrastructure

In metafacture-biblio, we depend on `org.dspace:oclc-harvester2:0.1.12` (see [details](https://github.com/metafacture/metafacture-core/blob/f8f7285cbe65cab8f4ffd52d183afd1f5bed0d28/metafacture-biblio/build.gradle#L24)). It's the only version of the OCLC harvester published to Central (see https://mvnrepository.com/artifact/org.dspace/oclc-harvester2). There is a GitHub repo at https://github.com/OCLC-Research/oaiharvester2 which contains...

Originates from https://github.com/metafacture/metafacture-core/pull/352#issuecomment-762743806: > Run the sonarcloud check (https://sonarcloud.o/dashboard?id=org.metafacture%3Ametafacture-core) ... by GithubActions to get rid of travis. See: https://github.com/SonarSource/sonarcloud-github-action

Dev Infrastructure

Originates from https://github.com/metafacture/metafacture-core/pull/352#issuecomment-762743806: > Publish the release to Central Depends on [building the release](https://github.com/metafacture/metafacture-core/issues/356).

Dev Infrastructure

This would complement https://github.com/metafacture/metafacture-core/pull/320.