Re: OT: Software that will populate a database from csv data?

2011-07-24 Thread Arno Schuring
George (pinkisntw...@gmail.com on 2011-07-23 19:35 +0300): On Sat, Jul 23, 2011 at 1:11 PM, Liam O'Toole otoo...@otoole.dyndns.org wrote: In gmane.linux.debian.user, you wrote: I'm looking for software that will accept as input a csv file and a database schema and will populate the

Re: OT: Software that will populate a database from csv data?

2011-07-23 Thread George
On Sat, Jul 23, 2011 at 1:11 PM, Liam O'Toole otoo...@otoole.dyndns.org wrote: In gmane.linux.debian.user, you wrote: I'm looking for software that will accept as input a csv file and a database schema and will populate the database with the data in the csv. I'm not talking about something

Re: OT: Software that will populate a database from csv data?

2011-07-23 Thread George
011/7/22 Stanisław Findeisen s...@eisenbits.com: I don't know of any such software but I could write something like this for you as a paid assignment. Are you interested? I've already started working on it, using sqlalchemy to provide an ORM solution along with it. Thanks for the offer though.

OT: Software that will populate a database from csv data?

2011-07-22 Thread George
I'm looking for software that will accept as input a csv file and a database schema and will populate the database with the data in the csv. I'm not talking about something simple that will fill a single table, but rather something that can work foreign key constraints and can respect one-to-many,

Re: OT: Software that will populate a database from csv data?

2011-07-22 Thread Darac Marjal
On Fri, Jul 22, 2011 at 04:44:53PM +0300, George wrote: I'm looking for software that will accept as input a csv file and a database schema and will populate the database with the data in the csv. I'm not talking about something simple that will fill a single table, but rather something

Re: OT: Software that will populate a database from csv data?

2011-07-22 Thread George
On Fri, Jul 22, 2011 at 6:42 PM, Darac Marjal mailingl...@darac.org.uk wrote: On Fri, Jul 22, 2011 at 04:44:53PM +0300, George wrote: I'm looking for software that will accept as input a csv file and a database schema and will populate the database with the data in the csv. I'm not talking