Tuesday, January 27, 2009

Django-Batchimport

by Kevin Fricovsky

Allows for automated batch import of django model dats via uploaded Microsoft Excel or CSV file. The django-batchimport reusable application aims to help with this process. It allows you to provide your users with a way to select a model for import, upload an Excel file containing multiple instances of your data (multiple Poll objects, for example) and then either have the system "guess" which column in your spreadsheet goes to which field in your model or have the user select the mapping of column to field, including support for foreign keys.

Bookmark and Share

Continue reading… Join the Discussion, 0 people have left comments.

Tags/Topics view all