Re: [GENERAL] importing updated files into a database

2012-08-19 Thread Craig Ringer
On 08/19/2012 10:49 PM, fashouri wrote: I have files that are updated every 2 hours. I have to detect the files automatically and insert the information from them into a database. The files are simple text files and I know which part of them is useful for me. Our DBMS is Postgresql and programmin

[GENERAL] importing updated files into a database

2012-08-19 Thread fashouri
I have files that are updated every 2 hours. I have to detect the files automatically and insert the information from them into a database. The files are simple text files and I know which part of them is useful for me. Our DBMS is Postgresql and programming language is python. what is your suggest