[EMAIL PROTECTED] wrote:
> i really tried with csv module, but i dint get anything,
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise
> could u plase tell me the method to modify a particular row, or
> atleast let me know how can i delete a row in a csv file.
the same way as you'd mo
hi skip
i really tried with csv module, but i dint get anything, could u plase
tell me the method to modify a particular row, or atleast let me know
how can i delete a row in a csv file.
thanks
yogi
--
http://mail.python.org/mailman/listinfo/python-list
yogi> now if i got to modify one particular line from these three rows,
yogi> how can i do that.
Check out the csv module.
Skip
--
http://mail.python.org/mailman/listinfo/python-list
hi everybody
am trying to modify a particular string from a csv file.
for ex
say i have
compName, ipAddr, MacAddr,Os
sdfsdf ,129.122.12.34 , dsfiasdf, wsfdjhs
hsdfdf , 123.234.34.34, dsfiasdfds, wewr
etc
now if i got to modify one particular line from these three rows ,