Re: [Tutor] question about comma delineated text

2005-06-19 Thread Kent Johnson
nephish wrote: > Hey there, > i have some log files that i want to be able to work with. > the lines of the log files are comma - delineated. > i want to put those into a database where each piece of info (comma > delineated) > would be the fields of the database. > > ok, so the first obstacle is

[Tutor] question about comma delineated text

2005-06-19 Thread nephish
Hey there, i have some log files that i want to be able to work with. the lines of the log files are comma - delineated. i want to put those into a database where each piece of info (comma delineated) would be the fields of the database. ok, so the first obstacle is learning how to make a list or