bulkloader
Properly encoding text in the bulk uploader
What is the proper way to encode strings for the bulk uploader. It is cur开发者_StackOverflow中文版rently bailing out when it runs into an apostrophe inside my text fields.[详细]
2023-03-18 09:48 分类:问答How to upload current date/time into App Engine with Bulkloader tool?
How can I add a last modified time property to my entity kind that gets updated during a bulk upload?[详细]
2023-03-08 14:03 分类:问答Using Java Google App Engine bulkloader to download entire datastore to one csv file
I\'m currently using the --kind parameter to specify which kind to download and the --filename to specify the name of the csv file to produce. The --rps_limit, --ba开发者_运维问答ndwidth_limit and --b[详细]
2023-03-06 13:22 分类:问答Using java google app engine bulkloader.yaml to upload data with export_transform on __key__ changes ID/NAME coloumn from id (long) to name (string)
I think my question is similar to: BulkLoader -export_transform OR https://stackoverflow.com/questions/3220911/gae-datastore-export-transform[详细]
2023-03-05 22:05 分类:问答Bulkloader CSV size error
Bulkloader raises the following error when importing a CSV file with large cells: [ERROR] Error in data source thread: field larger than field limit (131072)[详细]
2023-03-05 19:45 分类:问答post_import_function in App Engine bulkuploader yaml
I am trying to use post_import_function while uploading data using bulkloader.yaml. As per this link, Using post_import_function in App Engine bulkuploader yaml , I am using type google.appengine.api.[详细]
2023-03-05 18:22 分类:问答App engine bulk loader download warning "No descending index on __key__, performing serial download"
I\'m using the following to download all instances of one of my kinds: appcfg.py download_data --config_file=bulkloader.yaml --kind=ModelName --filename=ModelName.csv --url=http://appid.appspot.com/r[详细]
2023-03-05 13:04 分类:问答Uploading data with bulkloader
In short: how can I configure bulkloader to insert data into 2 models with references? I have a person and fruit class, with person linking to fruit:[详细]
2023-03-04 03:46 分类:问答Best way to get CSV data into App Engine when bulkloader takes too long/generates errors?
I have a 10 MB CSV file of Geolocation data that I tried to upload to my App Engine datastore yesterday. I followed the instructions in this blog post and used the bulkloader/appcfg tool. The datastor[详细]
2023-02-27 18:48 分类:问答(Google App Engine) Bulkloader upload generates new entries instead of updating existing ones
for my project I am using GAE datastore to store data. For backup purpose I decided to use the bulkloader - which downloads the whole[详细]
2023-02-26 11:00 分类:问答