Hi , i have developed my application in python using web2py
framework ,
i had some previous data which was supposed to be imported into the
datastore .
i tried the inbuilt import functionality provided by web2py on GAE but
the problem is when we import the table into GAE , the id's associated
with my entries are changing automatically. i don't want the id's to
be changed.

therefore i opted for import via command line (GAE bulkloader) , the
same problem is here too , when we import the file , the id's
associated with entries changes automatically



Please provide your suggestions on how can i import my data into the
datastore without any change in the id's.

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

Reply via email to