Hi,

There's no way to make the bulkloader download partial entities. It
downloads and stores the entire entity without processing, then applies the
transforms in order to extract the desired information and format it. If you
want to prevent it from downloading the blobs, you need to move them into a
separate model.

-Nick Johnson

On Sun, May 30, 2010 at 12:58 PM, kleine <[email protected]> wrote:

> Hi,
>
> I am using the bulk loader to download a local copy of datatore
> entities to CSV.
>
> I would like to skip over some blob properties on the entity.
> If I remove the property section from the yaml file then it will not
> export the property to the csv, however, it still downloads all this
> blob data to the sqlite database (so it takes longer and uses more
> bandwidth)
> Is there any way to avoid this?
>
> Thanks in Advance,
> Elisha Klein
>
> --
> 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]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
Registered in Dublin, Ireland, Registration Number: 368047
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

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