-
I don't remember why I introduced the option `bless`. PICA Data given as hash reference with fields `record` and (optional) `_id` should always be blessed. Maybe Catmandu::PICA requires unblessed data…
-
- Catmandu::MARC 1.254
- Catmandu 1.2015
im converting a huge XMLMARC file and while the input file has both an opening and closing tag the output only has the opening tag.
```
catmandu conv…
-
Many data conversion tables consist of simple mapping tables given as spreadsheets/csv. Fields included in a mapping table are moved/renamed andy fields not notnot included are removed. How about usin…
-
Hi,
I want to use a variable for the `join` option in a `marc_map` fix. This works for characters
```terminal
$ echo -e '=LDR 00251nas a2200121 c 4500\n=022 \\\\$a1940-5758\n=022 \\\\$a1234-…
jorol updated
3 years ago
-
The total number of record for a query is returned by SRU and internally stored. There should be a method to find out how many record exists for a given query. The number [could be returned here](http…
-
If [any executable can be used as fixer](https://github.com/LibreCat/Catmandu/commit/b88acd992f3398f8e63e3e2e145a036f46f63221#diff-3ae852a5e0c9119c9946c33e8ffc3512L41), the fixer could also run as ser…
-
PICA has no official query language. I started a specification [and implementation](https://metacpan.org/pod/PICA::Path) based on the more complex [MARCSpec](http://marcspec.github.io/MARCspec/marc-sp…
-
At the moment only
```
do map("audience[].*.educationalRole", "@educationalAudienceRole")
lookup("Lehrer*in": "teacher", "Schüler*innen": "student", "Student*in": "student")
end
```
is poss…
-
This library seems to be carefully versioned (great!) yet very few releases have been tagged.
Please tag releases.
-
I am learning Catmandu with the help of the documentation and the tutorial. So far they are very helpful. Thanks.
One thing I have difficulties with is how to work with a array of objects. This see…