You cannot do it with CSVs. I do not know of an easier way to do this but for my application, every image is found online so I could use the URLFetch service to fetch each image and then pass the response into db.Blob() and save it with .put()
On Mon, Jul 6, 2009 at 7:23 PM, Albert <[email protected]> wrote: > > Hi! > > This might be obvious, but I'm not completely familiar with CSV's. > > I've tried the bulk uploader tool through the remote_api, and I've > been successful at uploading some entities already. > > However, this time, the entity has an image (db.BlobProperty()) > property. I have no idea how to insert the image files/data into the > CSV. So that I can upload the data through the bulk uploader tool. > > I tried Microsoft Excel, but I cannot insert an image into a single > cell (lol). > > Does anyone have an idea on how to achieve this? > > Thanks! > > > -- Cheers, John Creative Director / Programmer Digital Eternal (http://www.digitaleternal.com) Branding, Web Design/Development, Internet Advertising, SEO --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
