Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-08 Thread George Weaver
Sorry for the late reply...life interefered... From: Jim Nasby On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The pro

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-08 Thread George Weaver
Hi Adrian, From: "Adrian Klaver" Subject: Re: [GENERAL] "Ungroup" data for import into PostgreSQL On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-08 Thread George Weaver
Hi Adrian, From: "Adrian Klaver" Subject: Re: [GENERAL] "Ungroup" data for import into PostgreSQL On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-03 Thread George Weaver
Hi Adrian, From: "Adrian Klaver" Subject: Re: [GENERAL] "Ungroup" data for import into PostgreSQL On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-03 Thread George Weaver
Sorry for the late reply...life interefered... From: "Jim Nasby" On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The p

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-01-15 Thread Adrian Klaver
On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The program then inserts the data in

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-01-15 Thread Jim Nasby
On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The program then inserts the data into a PostgreSQL table. The challenge wi

[GENERAL] "Ungroup" data for import into PostgreSQL

2015-01-15 Thread George Weaver
Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The program then inserts the data into a PostgreSQL table. The challenge with this particular spreadsheet is that i