Re: Reading text files into mysql database

2009-10-01 Thread Carlos Gustavo
Thanks, Mark!!! Deeply appreciated! -Carlos On Thu, Oct 1, 2009 at 10:26 AM, Mark (Nosrednakram) wrote: > > Hello, > > If your data is in a CSV format I have a tool I wrote to do this a > while ago that has served me well several times: > http://projects.django-development.info/trac/dd_csvload

Re: Reading text files into mysql database

2009-10-01 Thread Carlos Gustavo
Thanks, Shawn!!! Deeply appreciated! -Carlos. On Thu, Oct 1, 2009 at 10:38 AM, Shawn Milochik wrote: > > > On Oct 1, 2009, at 9:25 AM, Carlos Gustavo wrote: > > > > > Hi All, > > > > I am a django newbie and so far it has been great. > > > > How do I populate a mysql database table with data fr

Re: Reading text files into mysql database

2009-10-01 Thread Shawn Milochik
On Oct 1, 2009, at 9:25 AM, Carlos Gustavo wrote: > > Hi All, > > I am a django newbie and so far it has been great. > > How do I populate a mysql database table with data from a text file? > > Also How do I dump results of a database query into a text file. > > I have already created my django

Re: Reading text files into mysql database

2009-10-01 Thread Mark (Nosrednakram)
Hello, If your data is in a CSV format I have a tool I wrote to do this a while ago that has served me well several times: http://projects.django-development.info/trac/dd_csvloader To download if you want as a CSV check for a snippet at djangosnippets.org. http://www.djangosnippets.org/snippet

Reading text files into mysql database

2009-10-01 Thread Carlos Gustavo
Hi All, I am a django newbie and so far it has been great. How do I populate a mysql database table with data from a text file? Also How do I dump results of a database query into a text file. I have already created my django model for the mysql table. Thanks in advance. -Carlos --~--~-