Hi, Thanks for the response. My problem is that I have my tables created on django. All I want is to import some data from a csv file to these tables. I tried to search on the archives of the mailing list but I can't find what I need. I heard that batchadmin can help me to solve this. I downloaded an example and I was trying to make it work, but unfortunately I can't. I was following this instructions http://code.google.com/p/django-batchadmin/wiki/GettingStarted, but I don't understand how to do the third step. Can someone please help me.
Please I need to understand this by Today. Thank you so much. Best Regards, Jary On Thu, Jul 21, 2011 at 1:32 PM, lokesh <slokesh...@gmail.com> wrote: > hi, > you can use python script to upload from csv file to database. > if u r using mysql u can http://sourceforge.net/projects/mysql-python/ > download and install this package and use csv reader to read from file > and write it on to tables. Guide(http://www.kitebird.com/articles/ > pydbapi.html). > if u r using sqlite3 u can find in (http://docs.python.org/release/ > 2.5.2/lib/module-sqlite3.html). > > -lokesh s > > > On Jul 21, 12:17 am, Eiram <jary.hernan...@gmail.com> wrote: > > Greetings, > > > > I'm a newbie in databases, and I was wondering if there is possible to > > insert data from a csv file into one of the tables of my database. I > > heard that you can use a tool called pgloader, but I don't know how to > > use this tool or if it is possible to do this with django. Does anyone > > knows a way to do this on django or pgloader? I really will appreciate > > your help. > > > > Best Regards, > > > > Jary > > -- > 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. > > -- Jarilyn M. Hernández Intern at Oak Ridge National Laboratory Computer Science and Mathematics Division Tel: (787) 408-6637 -- 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.