9 May
2003
9 May
'03
12:16 p.m.
str(file.data) jens On Friday, May 9, 2003, at 07:51 US/Eastern, Oliver Bleutgen wrote:
Question see subject. The problem is that file.data is not a string if the file is large enough (it's a linked list), and fileobj.data.next is not callable through a python script, so my ideas have run out.
I want to insert an uploaded csv file into a database and don't want to use an external method for that ....
TIA, oliver