-
**Example 1**:
[scopus.bib.example_1.txt](https://github.com/ugent-library/biblio-backend/files/9240798/scopus.bib.example_1.txt)
File contains 22 entries
* golang code imports `0` entries
…
-
in:
```
{
"isbn13" : [ "1556199724" ]
}
```
fix:
```
do list(path:"isbn13[]","var":"$i")
isbn("$i", to:"isbn13")
end
```
out:
```
{
"isbn13" : [ "1556199724" ]
}
```
expe…
-
If I see right `retain_field` as function is deprecated, right?
But there are still multiple references in the documentation and the tutorials:
e.g.:
https://librecatproject.wordpress.com/2014/12…
-
Doc links (eg in http://librecat.org/Catmandu/#import)
are rendered as anchors rather than external links (eg http://librecat.org/Catmandu/#-https://metacpan.org/pod/catmandu::store::mongodb),
and …
-
Using the Perl API of Catmandu one can access data in a Solr installation that doesn't have the notion of 'bags':
```(perl)
my $store = Catmandu->store('Solr');
$store->bag->searcher(query =>…
-
https://librecat.org/Catmandu/#conditionals
The `in` conditional compares a value of a source field with a target field.
If they have identical values then the condition is true.
> `in(path1…
-
I'm pretty familiar with the fix language but having a hard time conceptualizing the following problem. Short of attaching Catmandu output to an external data store or RDBMS, is there a way to "flatte…
-
This is only about improved check to item id - not only P and Q, but also L
-
[See error here](https://metafacture.org/playground/?flux=%22https%3A//github.com/LibreCat/Catmandu/wiki/files/camel.usmarc%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-marc21%0A%7C+encode-yaml%0A%7…
-
Metafix should allow multiple `elsif` statements in `if` conditional, just [like Catmandu](https://github.com/hbz/Catmandu/blob/bb54964bb2afe6a4ad46ceeafb5b77a3023f28cb/lib/Catmandu/Fix/Parser.pm#L155…