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

This is a WIP-PR to track the changes in metafacture-core used in oersi-etl (https://gitlab.com/oersi/oersi-etl) via matafacture-fix (sample workflows: https://gitlab.com/oersi/oersi-etl/-/blob/develop/data/). For merging these, it might make sense to cherry-pick into new,...

Supersedes https://github.com/metafacture/metafacture-core/pull/461.

We can only open single URLs but cannot page trough multiple URLs. This is connected to #460 since it is relevant for GET and POST with APIs.

Enhancement
Stream modules

We need a command to make a POST to an URL, see e.g. https://gitlab.com/oersi/oersi-etl/-/issues/64. This could also be used not to just make a POST request and _get_ data but...

Enhancement

In the Destatis-Fächerklassifikation Vocab there are now english prefLabels and in order to add them with metamorph/fix we need to use different mapping files for each language in order to...

Enhancement

While the documentation of encode-marc21 states that it is compatible with the output of `handle-marc-xml` and `decode-marc21`, this is not factual due to inconsistent leader handling by `decode-marc21`, `handle-marc-xml`, `encode-marc21`...

Bug

[This does not work since we the `decode-marc21` needs UTF-8](https://metafacture.org/playground/?flux=%22https%3A//github.com/LibreCat/Catmandu/wiki/files/camel.usmarc%22%0A%7C+open-http%28encoding%3D%22ascii%22%29%0A%7C+as-lines%0A%7C+decode-marc21%0A%7C+encode-yaml%0A%7C+print%0A%3B&active-editor=fix ) At that moment we can't solve this problem. So we would need an additional modul that could transform string...

Enhancement

https://github.com/linked-swissbib/swissbib-metafacture-commands swissbib has a lot of modules that are interesting for us. We should have a look and move some of them to core- e.g. - we need open-http to...