https://github.com/jmrozanec/cobiss-parser
Parses COBISS/COMARC format into Dublin Core object.
https://github.com/jmrozanec/cobiss-parser
bibliography cobiss cobiss-parser comarc dublin-core metadata parse-cobiss-files parser
Last synced: 3 months ago
JSON representation
Parses COBISS/COMARC format into Dublin Core object.
- Host: GitHub
- URL: https://github.com/jmrozanec/cobiss-parser
- Owner: jmrozanec
- License: apache-2.0
- Created: 2017-02-27T15:00:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T17:28:49.000Z (about 8 years ago)
- Last Synced: 2024-12-27T15:11:10.853Z (5 months ago)
- Topics: bibliography, cobiss, cobiss-parser, comarc, dublin-core, metadata, parse-cobiss-files, parser
- Language: Java
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cobiss-parser
===========
A Java library to parse COBISS files. The project follows the [Semantic Versioning Convention](http://semver.org/) and uses Apache 2.0 license.[](https://gitter.im/pdf-converter/)
[](https://travis-ci.org/jmrozanec/cobiss-parser)**Download**
cobiss-parser is available on [Maven central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.bit-scout%22) repository.
com.bit-scout
cobiss-parser
0.1.0-SNAPSHOT
**Features**
Allows to parse COBISS files and turn them into objects.
**Example**
```java
List 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!
[](https://flattr.com/submit/auto?user_id=jmrozanec&url=https://github.com/jmrozanec/cobiss-parser)