LibreCat / Catmandu-MARC

Catmandu modules for working with MARC data
https://metacpan.org/release/Catmandu-MARC
Other
8 stars 10 forks source link

nested_arrays:1 should be enough to stop processing subfields/fields #56

Closed phochste closed 6 years ago

phochste commented 7 years ago

Currently in 1.09 both the split, and nested_arrays options are needed to create an array-of-array output:

marc_map(999a,test,split:1,nested_arrays:1)

This explicit split is not needed, it should be implicit assumed when requesting nested_arrays