0.0
No commit activity in last 3 years
No release in over 3 years
ol_dump_parser parses the Open Library Dump into a simple json file for easy processing
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Open Library Dump Parser

openlibrary-dump-parser is a simple ruby parser that parses the csv dump from open library into a json file

Getting started

Installation

gem install ol_dump_parser

Ruby sample code:

require 'ol_dump_parser'
# Create a ol_dump_parser object
ol_dump_parser = OlDumpParser.new({ inp_file: './inp_file_path', out_file: './output/out.json' })

# parse the data, this will create the output file
ol_dump_parser.parse