|
Hmm.. Ever try to read delimited text files? It can't become any easier than this. Just use CSVRecord - each record from the data file will be available as a ruby object. Not just reading, you can also write them to a file.
Registered: 2006-04-01 09:41 Activity Percentile: 0% View project activity statistics. |
|