On 11/12/2011 07:40 PM, Andre Terra wrote:
Hello,  Fabio

I took a look at django-csv-importer but since my files weren't quite
clean (or comma separated), I ended up rolling my own solution using
celery[1], to make the uploading rask asynchronous, and DSE[2], to allow
for faster bulk imports, as well as a lot of trial and error.

Take a look at those libraries as they may help you in rolling out your
own solution as well. Let be know if you need more pointers!

Hi again Andre!

I am having a look at those libraries. As for reading data from a CSV file, what's your tip? Should I rely on the CSV read/write capabilities that come with Python Standard Library?

Cheers! Fabio.

--
Fabio Natali

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to