e.g. uniq("publication[].*.location[]") or uniq("publication[].*.publishedBy[]")
Instead of only uniqing a single array it mixes the different arrays and outputs uniq versions of the mixed arrays.
See: https://github.com/hbz/lobid-resources/pull/1463/files
e.g.
uniq("publication[].*.location[]")
oruniq("publication[].*.publishedBy[]")
Instead of onlyuniq
ing a single array it mixes the different arrays and outputs uniq versions of the mixed arrays. See: https://github.com/hbz/lobid-resources/pull/1463/files