So in looking for ways to bulk upload data with key_name using the built-in packages, I saw mention of a "version 1" formatted data in google.appengine.ext.bulkload package?
>From the doc for the BulkLoad class: "In the POST request, the body contains the data representing the entities' property values. The original format was a sequences of lines of comma-separated values (and is handled by the Load method). The current (version 1) format is a binary format described in the Tools and Libraries section of the documentation, and is handled by the LoadV1 method). " Didn't find any more mention of the format or even the "Tools and Libraries section". Is V1 perhaps using protocol buffers version 1? If so, I note that there is more than one mention/rumor of the version 2 PB spec being applied across the board in GAE, so should I just be patient for a bit? I ask because I am in planning stages of a data sync tool and would like to have some insight as to what to target. -angel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
