Re: How to Handle XML and CSV processing in Django

2013-05-15 Thread Muhammad Ali
Philip, thank you for the tutorial. That comes in very handy as well. All the best. :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: How to Handle XML and CSV processing in Django

2013-05-14 Thread phil...@bailey.st
On 14/05/13 18:41, Muhammad Ali wrote: > Thanks a lot for these resources. > > All the best, > Muhammad > Hi Muhammad, if you have a csv dataset you can try to import the data into mysql following my short tutorial.

Re: How to Handle XML and CSV processing in Django

2013-05-14 Thread Muhammad Ali
Thanks a lot for these resources. All the best, Muhammad -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post

Re: How to Handle XML and CSV processing in Django

2013-05-13 Thread Russell Keith-Magee
On Tue, May 14, 2013 at 1:38 PM, Muhammad Ali wrote: > Russell, > > Thank you very much for the insight. > > This was very helpful. :) > > As for the "Django-specific format" that you mentioned, what are you > referring to here? > If you've got a tutorial project, try

Re: How to Handle XML and CSV processing in Django

2013-05-13 Thread Muhammad Ali
Russell, Thank you very much for the insight. This was very helpful. :) As for the "Django-specific format" that you mentioned, what are you referring to here? Thanks for your time. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: How to Handle XML and CSV processing in Django

2013-05-13 Thread Russell Keith-Magee
On Tue, May 14, 2013 at 10:27 AM, Muhammad Ali wrote: > Hi All, > > I am currently learning Django and getting comfortable with it (having > somewhat covered the official tutorial. :) ) > > I want to develop a Django-based app using open datasets that I downloaded > from the

How to Handle XML and CSV processing in Django

2013-05-13 Thread Muhammad Ali
Hi All, I am currently learning Django and getting comfortable with it (having somewhat covered the official tutorial. :) ) I want to develop a Django-based app using open datasets that I downloaded from the web. But I hit a wall when I realized that I don't know how to handle processing the