[google-appengine] Re: Bulk Loader error

2011-02-18 Thread Kat Bradley
I took a dig through the python. On the line that it was choking on (line 75 in csv_connector.py), I added if v. Fixed the problem. On Feb 17, 4:41 pm, Kat Bradley katbradle...@gmail.com wrote: I'm trying to download data from my datastore using the bulk loader.  I can generate the config

[google-appengine] Re: Bulk Loader error

2011-02-17 Thread Calvin
There's an inverse to transform.none_if_empty() called transform.empty_if_none() which returns if the input value is None. I think you need to add that to the value it's choking on. export_transform: transform.empty_if_none(type) -- You received this message because you are subscribed to