How to Handle XML and CSV processing in Django
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 XML or CSV files once I have them.
Am I going to import these files into my app's or project's models.py file? Or, are they to be processed in a different Python file and then be called into one of the other generic Django modules [models, views, etc.] ?
Or are the raw (CSV, XML or other) dataset files supposed to be bundled in a certain way with Django? If so, how do I go about it. And, how do I handle frequently-updated data and/or datasets?
I am genuinely stuck on what to do and would appreciate all the help you can give, including pointers to detailed materials online, offline, and all.
Thank you in advance for your time and help.
Sincerely,
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home