Any suggestions on getting this to work well? We upload from a csv that has 4 fields. The receiving entity in the datastore has 5 properties. We only mention the 4 fields in the bulkloader.yaml file. When the upload_data completes, existing entities that matched the entries in the csv are replaced, not updated.
This results in us losing the 5th property as a result of upload_data for existing entities. Is there a way to preserve the 5th property during the upload_data process while at the same time replacing any of the values of the 4 properties that may have been updated in the csv file? -- 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.
