I'm trying to download data from my app as described here: http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/
But when i run: > appcfg.py download_data --config_file=config.yml --filename=data.csv > --kind=Account --url=http://myapp.appspot.com/remote_api --application=myapp I get this error: Error parsing yaml file: Unable to assign value 'None' to attribute 'connector': Missing value is required. But in my config.yml i have this: - kind: Account connector: csv connector_options: encoding: utf-8 What I am missing? -- 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.
