Can someone help me with this, please? I'm sure the answer is trivial,
but another weekend of tinkering hasn't led me to the solution.

On Fri, May 21, 2010 at 20:21, Craig Berry <cdbe...@gmail.com> wrote:
> I have an xml file containing data which I wish to bulkupload to GAE.
> I am using the preview version of the new bulk uploader, if that
> matters. How do I include an int value for the __key__ derived from a
> field in the xml data? If I specify no import transform, like so
>
>    - property: __key__
>      external_name: id
>      export_transform: transform.key_id_or_name_as_string
>
> it loads the key as a string 'name', so it sorts lexicographically
> rather than numerically. I want an int id instead. But I can't find
> what to put in as an import_transform to make this happen.
>
> Thanks in advance for any help on this.
>
> --
> Craig Berry - http://lapidum.org/home.html
> "Magicians lie to the universe, and the
> universe believes them."  -- Lenore Berry
>



-- 
Craig Berry - http://lapidum.org/home.html
"Magicians lie to the universe, and the
universe believes them."  -- Lenore Berry

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to