Creating HTML Parsers has never been this simple. Here is how you can create parsers very quickly with minimal code. Do check out the "rasper" gem on RubyGems.
Tag: parsing
Precision number parsing in spreadsheet using ruby.
This blog post is not about how to parse spreadsheets using ruby. If you are looking for that, you are not gonna find that here. This blog post is about a problem I faced while parsing decimal numbers from a spreadsheet, long story short precision related problems. Here are the details (the longer version): Recently … Continue reading Precision number parsing in spreadsheet using ruby.