-
I'm trying to import large datasets with Catmandu::Importer::RDF but the processing stops at every syntax error in the data. In case of SPARQL endpoints the world isn't perfect, bad encodings, spaces …
-
The API.pm module throws up this error. Needs to be fixed / made more human understandable what went wrong.
```
Use of uninitialized value $id in sprintf at /Users/matthiasvandermaesen/.plenv/vers…
-
While processing MARC-XML-files with a filter we notices that there seems to be a problem if no record from a file matches a filter or where returned at all. In this case we got a broken output: a clo…
-
For instance
```
catmandu help export # describes Catmandu::Cmd::export
catmandu help export [to] JSON # describes Catmandu::Exporter::JSON
catmandu help exporters # should list all…
-
For a publication entry the command export produces a file with wrong version:
export_file:
_id: '4087'
_version: 10
Internal View:
_id: '4087'
_version: 12
Publication 4087: expected ver…
-
> each(path: JSONPath, var: NAME)
> Execute all the fixes in the context of
> every element in the JSONPath hash
> ```
> do each(path: demo, var: t)
> copy_field(t.value, titles.$append)
> end
…
-
```
iterate(start:NUM, end:NUM, step:NUM,
var:NAME)
```
Iterate numbers from start to end with the
provided step. Set the field NAME to the
number and execute the fixes.
```
do iterate(sta…
-
Use case is a workflow where we use `open-http` to POST records to an API. When working with large input data, we'd like to wait a short amount of time between each post to avoid creating too much loa…
-
Came up in https://github.com/metafacture/metafacture-core/issues/527 :
If we [parse (assumingly) crude binary `MARC` the encoding fails](https://metafacture.org/playground/?flux=%22https%3A//raw…
-
We should collect things that are different between fix and catmandu and decide if we want to keep it like that or open tickets:
- Indexing of array/repeatable fields: Catmandu starts with 0, Fix s…