[Newbies] importing csv files..

David T. Lewis lewis at mail.msen.com
Fri Feb 26 01:43:06 UTC 2010


On Thu, Feb 25, 2010 at 09:45:28AM -0500, sergio_101 wrote:
> i am currently working on importing several csv, all of which refer to
> each other via an id.. this doesn't seem too nasty.. but the question
> i have is..
> 
> is there a CSV import package that will just import the csv into a set
> of arrays that i can just loop through?

Try looking at http://www.squeaksource.com/ and search for package named
"CSV Parser".

You can load it into Squeak using Monticello with the following address:

MCHttpRepository
    location: 'http://www.squeaksource.com/CSV'
    user: ''
    password: ''

The files are at: http://www.squeaksource.com/CSV/

Ask more questions if the above does not make sense.

Dave
 


More information about the Beginners mailing list