Hello,

I have modified bulkload_client.py.

def ImportCSV(filename,
              post_url,
              cookie,
              batch_size,
              kind,
             skip,                #Additional parameter I have introduced.
              split_url=SplitURL,
              openfile=file,
              create_content_generator=ContentGenerator,
              post_entities=PostEntities):

I have added skip as a parameter to "exclude" previous uploads. I print
every record that is uploaded and pass that as a param ( skip) when I resume
the upload.

Rgds,
Venkatesh
On Fri, Sep 26, 2008 at 10:47 PM, Ones Self <[EMAIL PROTECTED]> wrote:

>
> Hi All,
>
> I'm trying to load a large amount of data to my application using the
> bulkload_client.py.
> The load regularly fails after uploading a good amount of data.  I was
> wondering if
> there is an easy way to resume load from the last record.
>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to