gbv / Catmandu-PICA

Catmandu modules for working with PICA+ data
https://metacpan.org/release/Catmandu-PICA
Other
4 stars 4 forks source link

closing tag is missing in result of conversion #49

Closed Phu2 closed 7 years ago

Phu2 commented 7 years ago

Seems like the closing tag </collection> is missing after conversion.

Example file: test.txt

catmandu convert PICA --type binary to PICA --type xml < test.txt > result.txt

Result: result.txt

cKlee commented 7 years ago

This is already solved in Catmandu::PICA 0.23. Please update.

Phu2 commented 7 years ago

Ok, Thanks!