Is your indentation set up correctly? "Connector" must be at the same indentation level as "kind".
http://www.yaml.org/spec/current.html (Fun fact: If you had any experience in Python you would have caught this right away) -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Tue, Dec 14, 2010 at 11:38 AM, nacho <[email protected]> wrote: > Any idea? Anyone has experience using bulkloader in a Java app? > > On 10 dic, 17:26, nacho <[email protected]> wrote: > > I'm trying to download data from my app as described here: > http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-eng... > > > > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
