[google-appengine] Re: StingListProperty and bulkLoad

2009-03-13 Thread 秦锋
you could write text in CSV file like this: [str1, str2, str3] this will be parsed into stringlist. On 1月17日, 下午10时58分, jackson.h.mil...@gmail.com jackson.h.mil...@gmail.com wrote: Documentation onbulkLoadis sparse. I have found a couple of blog posts that have been helpful and I have my

[google-appengine] Re: StingListProperty and bulkLoad

2009-01-18 Thread djidjadji
Have you tried implementing the HandleEntity() method of your bulkload.Loader sub-class. Find a format that you can use to put your list of strings inside a single string, choose a separator that is not found in any possible string. example: string1@@string2@@string3 In HandleEntity() convert