csv and iterator protocol

Philippe C. Martin philippe at philippecmartin.com
Sun Jun 5 08:57:01 EDT 2005


Thanks Kent,

I had a bug in my test program: it works fine with strings

Philippe



Kent Johnson wrote:

> Philippe C. Martin wrote:
>> Can I initialize csv with input data stored in RAM (ex: a string) ? - so
>> far I cannot get that to work. Or to rephrase the question, what Python
>> "RAM" structure supports the "iterator protocol" ?
> 
> Many, including strings, lists and dicts. For your needs, a list of
> strings will work, or a cStringIO initialized from your data.
> 
> Kent




More information about the Python-list mailing list