Skip to content
/ blm Public
forked from corewebdesign/blm

Hurrah! Another pointless text format to parse.

License

Notifications You must be signed in to change notification settings

isteel/blm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLM

A simple parser for the utterly pointless Rightmove .blm file format.

Usage

Using the gem is very simple; just pass it a string of data:

@blm = BLM::Document.new( File.open("example_data.blm", "r").read )

You will then have access to @blm.header, @blm.definition, and @blm.data:

@blm.data.each do |row|
	puts row.address_1
end

About

Hurrah! Another pointless text format to parse.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%