I know it won't be - it is a fixed column CSV
On Oct 29, 11:31 am, OvermindDL1 <[email protected]> wrote: > On Wed, Oct 28, 2009 at 7:33 AM, Baron <[email protected]> wrote: > > > hello, > > > part of my app uploads a file and needs to parse each line of the > > file. The parsing of the whole document takes longer than 30 seconds, > > so I was wondering how to handle this. > > > Currently I am considering storing the upload in the datastore and > > parse as far as I can. Then when I get DeadlineExceededError I create > > a new Task Queue with the line number to continue from. > > > Is there a problem with this? Or a better way? > > What if the document was one exceedingly long line? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
