Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
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


Thread View

Thread Author Date
help with array to sqlite3k h2009-03-19 18:13
      RE: help with array to sqlite3Gavin Kistner2009-03-19 23:22
            RE: help with array to sqlite3k h2009-03-20 00:09
                  RE: help with array to sqlite3k h2009-03-20 00:13
                  RE: help with array to sqlite3Gavin Kistner2009-03-20 04:09
                        RE: help with array to sqlite3Gavin Kistner2009-03-20 04:43
                              RE: help with array to sqlite3Gavin Kistner2009-03-20 05:03

Post a followup to this message