Hi All.

Some of you have checked out django-batchimport to either bulk import
or bulk update your database. Some of you have provided some great
feedback. Thank you! Seems like it's working fairly well for
straightforward XLS files. But I'd like to offer better support for
CSV files and more difficult XLS files and I'd just as soon use some
real-world test data than something manufactured.

So...

If you need to get some data imported into your django app but are
having trouble with your custom script, etc and you meet the following
criteria:
* Your data is in CSV or XLS format to start.
* Your data is NOT sensitive/private (and small enough to provide it
to me).
* You don't mind sharing your models.py file.

Then let me help get your data imported!

You can try either django-batchimport (http://code.google.com/p/django-
batchimport/) yourself and let me know how it goes or you can contact
me off-list and arrange to get me your data and your models file so I
can take a look (though I'll need to use sqlite on my end). If I can
get django-batchimport working with your data, I'll update the project
and work with you to get it set up with your project so you can use it
to do batch imports/updates for your project.

Thank you everyone!

Keyton


--~--~---------~--~----~------------~-------~--~----~
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