Re: Importing data with comma as decimal separator
- To: mathgroup at smc.vnet.net
- Subject: [mg98200] Re: Importing data with comma as decimal separator
- From: Domagoj.Pavicic at gmail.com
- Date: Thu, 2 Apr 2009 04:47:58 -0500 (EST)
- References: <gqq3sb$7mt$1@smc.vnet.net> <gqsn9b$3tk$1@smc.vnet.net>
Thanks for all proposals. The solution of Yves works fine. Best regards, Dom On Mar 31, 11:20 am, Yves Klett <yves.kl... at googlemail.com> wrote: > Dom, > > something like > > Import[filename,"TSV","NumberPoint"->","] > > works fine for me most of the time. > > Regards, > Yves > > Dom schrieb: > > > > > I would like to import two-column numerical data in which comma is > > used as decimal separator. The first 12 lines of the file is header, > > followed by two tab-separated columns of numbers. > > How I can do this in Mathematica 6.0? > > Thanks.- Hide quoted text - > > - Show quoted text -