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
How Can You Parse Number Precisely In A 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 How Can You Parse Number Precisely In A Spreadsheet Using Ruby?
