openpreserve / nanite

Nanite - a friendly swarm of format-identifying robots.
openplanets.github.io/nanite/
15 stars 13 forks source link

Include ARC header information in output #26

Closed perdalum closed 10 years ago

perdalum commented 10 years ago

I've added code that enables the inclusion of the ARC headers fields per record in the zip/sequence files.

I've added a String.replace("\n"," ") on key values. The output format is line based and "\n" in values breaks this format.

I've changed a log.info to log.trace in FormatProfileMapper.java:696