I'm not afraid how to import the CSV. I don't know how to manage the data to obtain the city and country with the coordinates!
2011/4/6 JH <[email protected]> > Max, > > There is a nice python library called xlwt, I'm sure you can find it > via Google. It lets you read and write Microsoft Excel files. > > Cheers > > On Apr 6, 9:07 am, Massimiliano <[email protected]> > wrote: > > Hi, > > can someone help me? A big problem for me, I hope easy for you. I have a > > file xls (I can convert it in CSV) like this: > > > > Place Coordinates > > Place1 1,2 > > Place2 3,4 > > Place3 5,6 > > Place4 7,8 > > and so on... > > > > and I want to store it in appengine like this: > > > > Place Country City Coordinates > > ....... > > > > How can I do it? Can someone share a python code to do this? > > > > Thanks > > > > Max > > > > --www.themaxbuddies.com > > -- > 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. > > -- www.themaxbuddies.com -- 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.
