| Message: 66289 |
 |
BY: k h (khb) DATE: 2009-03-20 00:09 SUBJECT: RE: help with array to sqlite3 Hi Gavin, thanks for your reply.
Each line looks something like this:
["ἀβαρής", "not burdensome", "adjective", "1"] where first item is a Greek word, second item the Greek word's English gloss, third item the term's part in speech, and the fourth item is the number of the times the term appears in the Greek New Testament. I have over 5000+ lines of different words that follow the same format.
There is nothing about this array that is ruby specific, but I am interested in using this to better learn Ruby - I've only read through one introductory guide on ruby so far - as well as saving it as a sqlite3 file, to later use with a rails project that I am learning with. That is, I am both new to ruby, rails, and sqlite3. Thanks for your response!
Ken | |