I am trying to download my data from App Engine. As suggested here , I use the following command to capture it as a CSV:
appcfg.py download_data --filename=backup.csv --application=MyAppId --url=http:
But the resulting file is always a binary SQLite file, not a CSV.
How can I get my data as CSV or XML?
google-app-engine google-cloud-datastore
George Armhold
source share