Re: Export Data and Decimal Separator
- To: mathgroup at smc.vnet.net
- Subject: [mg125542] Re: Export Data and Decimal Separator
- From: fabrizio <sgrignuoli at science.unitn.it>
- Date: Sun, 18 Mar 2012 02:42:51 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
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.