Re: converting .xls to delimited file
Alfonso Peniche <alfonso@iteso.mx>
From: Alfonso Peniche <alfonso@iteso.mx>
To:
Cc: pgsql-general@postgresql.org, pgsql-novice@postgresql.org
Date: 2001-01-10T15:32:18Z
Lists: pgsql-general
Try saving it as a .CSV file and then you can choose the delimiter you
want.
William Staniewicz wrote:
> Is there any way to convert an Excel file (".xls")
> to a delimited file? Maybe using sed?
>
> Bill