This is a discussion on How to import data within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> Hi, i have data in MS Excel.Now i need to export data from excel to pgsql table.Is there any ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, i have data in MS Excel.Now i need to export data from excel to pgsql table.Is there any posiblity to this.... Thanks & Regards Vivekananda.R | Software Engineer Infinite Computer Solutions | Exciting Times...Infinite Possibilities... SEI-CMMI level 5 | ISO 9001:2000 Tel +91-80-5193-0000| Fax +91-80-51930009 | Cell No +91-9986463365|www.infics.com Information transmitted by this e-mail is proprietary to Infinite ComputerSolutions and / or its Customers and is intended for use only by theindividual or the entity to which it is addressed, and may containinformation that is privileged, confidential or exempt from disclosureunder applicable law. If you are not the intended recipient or it appearsthat this mail has been forwarded to you without proper authority, you arenotified that any use or dissemination of this information in any manneris strictly prohibited. In such cases, please notify us immediately atinfo.in@infics.com and delete this email from your records. |
| ||||
| Hi, On Wed, 2006-06-21 at 16:46 +0530, VivekanandaSwamy R. wrote: > i have data in MS Excel.Now i need to export data from excel to pgsql > table.Is there any posiblity to this... Surely there is. Use PostgreSQL ODBC driver for this. Install the driver, use it as a data source for Excel and make Excel connect to your database via ODBC. Another solution is to create table(s) in the database first, then save your Excel file in csv format, then export this to your database using COPY (or using pgadmin <propaganda> BTW, I don't have MS Excel around, and I'm not sure that it can save the data in CSV format -- if not, it is another good reason to switch to OpenOffice.org .</propaganda> Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/ ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |