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

Core package of the Metafacture tool suite for metadata processing.

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

`encode-json` has an option `prettyPrinting="true"` `encode-formeta` has `style="multiline` I would suggest, that `encode-formeta` should also support `prettyPrinting="true"` it could just do the same as `style="multiline`.

`count-triples` and `sort-triples` both have an option to define the orientation of the command: `count-by=` and `by=` I suggest that by should be supported by `count-triples` too. In order to...

Enhancement

In context of OERSI we have a JSON-Schema-Validator but it only supports v4. Will be needed in lobid and in RPB too. Option/features should be: - halting or not halting...

Metafacture CLI only runs local files. Scripts that are saved on the web cannot be executed. https://github.com/metafacture/metafacture-core/blob/master/metafacture-runner/src/main/java/org/metafacture/runner/Flux.java#L65-L66 Would be nice if one can execute something like: `$ ~/metafacture/flux.sh https://mertafacturetest.io/sample1.flux` and...

If stumbling over the organization of metafacture, one has no clue where to start. Therefore I would suggest we introduce a README.md for the organization that helps you navigate through...

Documentation

Connected to the new developments in fix and the handling of repeated fields and not repeated fields. It could be very useful to have an option to handle all fields...

Would be nice to include to include the SitemapReader so that I could use it in the playground. https://gitlab.com/oersi/oersi-etl/-/blob/master/src/main/java/oersi/SitemapReader.java

Metafacture isn't able to unzip files on the web straight with `open-http`. Would be nice if it could. [Example](https://metafacture.org/playground/?data=&flux=%22https%3A//raw.githubusercontent.com/hbz/metafacture-flux-examples/master/sample1/bib-data.pica.gz%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-pica%0A%7C+encode-formeta%28style%3D%22multiline%22%29%0A%7C+print%0A%3B&fix=&morph=&active-editor=morph)

Enhancement

- In between we use dynamic values (regularly taken from values of the same record) to create the name of new elements for the target record. [Here](https://github.com/guenterh/mfDocProc/blob/master/src/main/resources/transformation/gh/swissbib.solr.vufind2.xsl#L352) you can find...

Documentation

There are [2 critical and 5 medium threats found in dependencies]( https://sbom.lift.sonatype.com/report/T1-0ff0976f7f21c391f20f-4623e5fd0b059-1638806138-2338085d3ad94f7780cf56cfc71b1aea) in the `5.3.1` release. These should be updated if possible in this new release. See also https://github.com/metafacture/metafacture-core/issues/429 re...

Dev Infrastructure