Re: csv search and print

2007-06-18 Thread Sergio Monteiro Basto
On Mon, 2007-06-18 at 13:11 -0700, John Machin wrote: > On Jun 19, 4:12 am, [EMAIL PROTECTED] wrote: > > I have a csv file containing lot of rows & columns. I wanted to search thru > > the > > heading for each column for a string and then print all the headings and the > > corresponding rows if a

Re: csv search and print

2007-06-18 Thread John Machin
On Jun 19, 4:12 am, [EMAIL PROTECTED] wrote: > I have a csv file containing lot of rows & columns. I wanted to search thru > the > heading for each column for a string and then print all the headings and the > corresponding rows if a match is found. > > Any advise? 1. Clarify your requirements: "

csv search and print

2007-06-18 Thread axjacob
I have a csv file containing lot of rows & columns. I wanted to search thru the heading for each column for a string and then print all the headings and the corresponding rows if a match is found. Any advise? Thanks -- http://mail.python.org/mailman/listinfo/python-list