Re: writing reading from a csv or txt file

2014-04-01 Thread Jason Friedman
> > Hi jason thanks for replying.Below is a typical file return.To you I've no > doubt this is a simple problem but,to a beginner like me it just seems I > lack the understanding of how to split out the items in a list.Thanks again > for looking at it. > Rainfall,duration,TimeStart,windspeed,Date >

Re: writing reading from a csv or txt file

2014-03-30 Thread Gary Herron
On 03/30/2014 12:05 PM, mtcpl...@googlemail.com wrote: Hi I have 3 csv files with a list of 5 items in each. rainfall in mm, duration time,time of day,wind speed, date. I am trying to compare the files. cutting out items in list list. ie:- first file (rainfall2012.csv)rainfall, duration,time of d

RE: writing reading from a csv or txt file

2014-03-30 Thread Joseph L. Casale
> Hi I have 3 csv files with a list of 5 items in each. > rainfall in mm, duration time,time of day,wind speed, date. > I am trying to compare the files. cutting out items in list list. ie:- > first file (rainfall2012.csv)rainfall, duration,time of day,wind speed,date. > first file (rainfall2013.cs

Re: writing reading from a csv or txt file

2014-03-30 Thread Jason Friedman
> > I am trying to compare the files. cutting out items in list list. ie:- > first file (rainfall2012.csv)rainfall, duration,time of day,wind > speed,date. > first file (rainfall2013.csv)rainfall, duration,time of day,wind > speed,date. > I would like to pick out maybe rainfalls and duration's and