lib-re / dublin-core-text-parser

Cataloguing tool for converting specially formatted text files containing dublin core metadata into various formats
MIT License
6 stars 0 forks source link

Accept multiple values for header elements #18

Closed atla5 closed 8 years ago

atla5 commented 8 years ago

allow for multiple titles, associated filenames, etc for each row, separated by some deliminator.

likely should not be ',' due to the TITLE field.

atla5 commented 8 years ago

other than that, the others are set to split on a Parser.SPLIT_HEADER variable.