I dont understand this argument against csv. Commas in CSV values are
legal, and quote marks are escaped as necessary (or it's not valid CSV).
charles
> On Wed, 1 Mar 2000, Anthony E. Greene wrote:
>
> > Eric Cifreo wrote:
> > >
> > > > Is there a way to import a table from an excel spread shee
> I like pipe delimited files, I just save it as tab-delimited files from
> excel and run a little sed script to convert the tab's to pipe's.
>
> Hope this helps.
>
> Brian
>
>
> On Wed, 1 Mar 2000, Anthony E. Greene wrote:
>
> > Eric Cifreo wrote:
> > >
> > > > Is there a way to import a table
I like pipe delimited files, I just save it as tab-delimited files from
excel and run a little sed script to convert the tab's to pipe's.
Hope this helps.
Brian
On Wed, 1 Mar 2000, Anthony E. Greene wrote:
> Eric Cifreo wrote:
> >
> > > Is there a way to import a table from an excel spread s
Eric Cifreo wrote:
>
> > Is there a way to import a table from an excel spread sheet to a MySql
> table??
> >
> > Kirk
> >
>
> In Excel, select export to csv (comma separated value) file. Transport this
> to your Linux machine, and take care of any Dos2Unix problems (like ^Ms,
> etc.). Then go
> Is there a way to import a table from an excel spread sheet to a MySql
table??
>
> Kirk
>
In Excel, select export to csv (comma separated value) file. Transport this
to your Linux machine, and take care of any Dos2Unix problems (like ^Ms,
etc.). Then go read this link:
http://mysql.com/Man