Hi

I used BulkLoad utility to import my data. I am stuck with the following
thing:

I have some entities with list of integer property, whose value I have not
set for some rows (Seen as 'missing' in the Admin Console Datastore
Viewer).

If I import the 'not set' list properties as :

#1. 'None'

-  then my app cribs that List (of integers) cannot have any datatype other
than Integer, when constructing the entity.

#2. 'empty list [ ]'

- then BulkLoader utility cribs that db.Expando properties cannot be empty
([ ]) for list properties.

Is importing the property as None and then run a handcoded task handler to
convert all the 'None' list properties into 'missing' ones (by deleting
them)  is the only way possible?

Is there a better way or am I missing something here?

Is there a way to set a property as 'unset' using BulkLoader config for some
specific rows?

Thanks
Jagan

-- 
Let the words of our mouth and the meditations of our heart
Be acceptable in Thy sight here tonight!
- Rivers of Babylon (album)

-- 
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.

Reply via email to