Re: Some help in refining this regex for CSV files

2012-12-06 Thread Tim Chase
On 12/06/12 01:21, Oltmans wrote: > Hi guys, > > I've to deal with CSVs that look like following > > CSV (with one header and 3 legit rows where each legit row has 3 columns) > > Some info > Date: 12/6/2012 > Author: Some guy > Total records: 100 > > header1, header2, header3 > one, two, th

Re: Some help in refining this regex for CSV files

2012-12-06 Thread Mark Lawrence
On 06/12/2012 07:21, Oltmans wrote: Hi guys, I've to deal with CSVs that look like following CSV (with one header and 3 legit rows where each legit row has 3 columns) Some info Date: 12/6/2012 Author: Some guy Total records: 100 header1, header2, header3 one, two, three one, "Python is gr