csv read _csv.Error: line contains NULL byte

chip9munk at gmail.com chip9munk at gmail.com
Fri Mar 21 10:59:13 EDT 2014


Ok, I have figured it out:

for i, row in enumerate(unfussy_reader(input_reader): 
      #  and I do something on each row 

Sorry, it is my first "face to face" with generators!

Thank you very much!

Best,
Chip Munk



More information about the Python-list mailing list