jmrozanec / cobiss-parser

Parses COBISS/COMARC format into Dublin Core object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cobiss-parser

A Java library to parse COBISS files. The project follows the Semantic Versioning Convention and uses Apache 2.0 license.

Gitter Chat Build Status

Download

cobiss-parser is available on Maven central repository.

<dependency>
    <groupId>com.bit-scout</groupId>
    <artifactId>cobiss-parser</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

Features Allows to parse COBISS files and turn them into objects.

Example

   List<DublinCore> metadata = CobissParser.parse(new File("sample-cobiss-file.txt"));

Contribute & Support!

Contributions are welcome! You can contribute by

  • starring and/or Flattring this repo!
  • requesting or adding new features.
  • enhancing existing code: ex.: provide more accurate description cases
  • testing
  • enhancing documentation
  • providing translations to support new locales
  • bringing suggestions and reporting bugs
  • spreading the word / telling us how you use it!

Support us donating once or by subscription through Flattr!

Flattr this!

About

Parses COBISS/COMARC format into Dublin Core object.

License:Apache License 2.0


Languages

Language:Java 100.0%