metafacture-core
metafacture-core copied to clipboard
Core package of the Metafacture tool suite for metadata processing.
It is possible to pass variables from Flux to Metamorph. However, this is not documented properly.
It would be handy to have a simple join function which concatenates all data values it receives: ``` ``` This statement should concatenate all repeatedLiteral values and emit the result...
@cboehme et al: Is it possible to implement a MultiMap interface instead of the Map interface? - We have a use case where we request a database (via SqlMap function)...
In [lobid-resources (repository)](https://github.com/hbz/lobid-resources) we transform catalog data in XML from a part of Germany to ntriples which we transform to JSON-LD. The JSON-LD data we show at a [frontend (only...
In our morph file we have multiple blocks of macros, for example: ``` ``` All it does is adding `role`, `type` and `agent` of a `contribution`. Since every fourth field...
Currently, the build script does not trigger a release build if a commit has more than one annotated tag. This causes problems when building a final release version from the...
_From @cboehme on March 3, 2014 21:43_ slf4j uses the same class loader which was used to load slf4j core to load the slf4j binding for a specific logging framework....
_From @cboehme on March 6, 2014 16:2_ _Copied from original issue: culturegraph/metafacture-runner#3_
_From @cboehme on February 12, 2015 8:3_ On Windows the system default encoding may not match the encoding of the console flux is running in. For instance, the German version...