Amnon, i'm using this in my bulkloader.yaml:
- property: __key__
external_name: key
export_transform: str
import_transform: datastore.Key
that seems to be working for me - it converts that key to its string hash on
the way out and converts from the hash to the original key on the way in.
cfh

