Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Tag archives for CSV

[HOT] Rebol SQL/LINQ-like Text Database Engine: Blaze through millions of rows a second!

[HOT] Rebol SQL/LINQ-like Text Database Engine: Blaze through millions of rows a second!
More and more people prefer textual open-format storage that's why Microsoft Office has turned to XML. But for simple structure, XML is too much verbose and cannot be easily queried by end-user that's why RebDB by Dobeash Software presented here may be a perfect solution (for simpler textual database usage ...more»
24 Jun by admin in All, Automation, Finance, Parsing

How to parse google finance csv file

How to parse google finance csv file
Do you need to retrieve stock market historical data from Google Finance (for example http://www.google.com/finance/historical?q=goog&output=csv) to do some calculation (for example calculate the average of last 20 days) ? So, in this lesson, you will learn how to: 1. Parse a CSV file to a Rebol's block (similar to other's programming ...more»