Re: Export Data and Decimal Separator
- To: mathgroup at smc.vnet.net
- Subject: [mg125569] Re: Export Data and Decimal Separator
- From: Rodrigo Murta <murta at rodrigomurta.com>
- Date: Mon, 19 Mar 2012 04:57:37 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jk4425$e0p$1@smc.vnet.net>
Hi Fabrizio This was exactly what I was trying, but the problem isn't the file creation and it path (this works), the problem was with the number point. In you exemple a get "." instead of "," in the result, as number point. Norbert Example works, but I would like to use it as export option due to performace. tks On Mar 18, 4:49 am, fabrizio <sgrignu... at science.unitn.it> wrote: > Hy, try whit this command > data = {{1.3, 2.3}, {3.2, 4.3}} > Export["/Users/fabriziosgrignuoli/Desktop/file.txt", data, "TSV", \ > {NumberPoint -> ","}] > and it works. > You mast specify the path of the file...Here, for example, i saved your file in my desktop.