I ran bulkloader with parameters to export my bigtable to a csv file, and it spent a lot of time downloading the table (it's large). It failed to export do to a problem with one of the lambda expressions in the Exporter class. I fixed that, can I run bulkloader.py again without having to redownload all of the data from GAE? I'd like to point it back at the .sql file it downloads and just tell it to export again to CSV.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

No. If you use the same progress database, it may pick up from where it left off, though.

link|improve this answer
Bummer. It doesn't. Ok thanks. – marcc Mar 4 '10 at 16:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.