Skip to content

thearjunmdas/openlibrary-dump-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple parser for openlibrary-dump

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages