Hi,
I am trying to update the key_name using bulkloader.yaml, but key_name is
not being updated, just "id"
What am i doing wrong? My bulkloader.yaml below
- kind: User
connector: csv
connector_options:
encoding: utf-8
column_list: [__key__, username, email, name]
property_map:
- property: __key__
external_name: Key Name
export_transform: transform.key_id_or_name_as_string
- property: username
external_name: username
- property: email
external_name: email
- property: name
external_name: name
Thanks
Jon
--
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.