Re: [Tutor] Extract from file

2010-06-09 Thread Monte Milanuk
Dave Kuhlman rexx.com> writes: > > Monte gave you a good suggestion *if* you are sure that there is no > quoting and, especially, if you are sure that there are no commas > inside of quotes in your input data. > > However, it seems that you are dealing with a CSV (comma separated > values) fil

Re: [Tutor] Extract from file

2010-06-09 Thread Dave Kuhlman
On Tue, Jun 08, 2010 at 08:19:32PM -0700, Monte Milanuk wrote: > > On 6/8/10 5:44 PM, Manju wrote: > >Hi, > > > >I need help with extracting information from file. > > > >I have a file which is a comma delimited text file containing separate > >line for each booking. Each line is composed of date,

Re: [Tutor] Extract from file

2010-06-08 Thread Monte Milanuk
On 6/8/10 5:44 PM, Manju wrote: Hi, I need help with extracting information from file. I have a file which is a comma delimited text file containing separate line for each booking. Each line is composed of date, room number, course number and course day. Course day??? Not sure what you meant

[Tutor] Extract from file

2010-06-08 Thread Manju
Hi, I need help with extracting information from file. I have a file which is a comma delimited text file containing separate line for each booking. Each line is composed of date, room number, course number and course day. I need to extract only the room number which is entered at t