|
[Date Index]
[Thread Index]
[Author Index]
Export Data and Decimal Separator
- To: mathgroup at smc.vnet.net
- Subject: [mg125439] Export Data and Decimal Separator
- From: Murta <rodrigomurtax at gmail.com>
- Date: Wed, 14 Mar 2012 00:36:34 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hi All
I would like to know how could I export some data using comma as
decimal separator.
I tried this:
data={{1.3,2.3},{3.2,4.3}}
Export["file.txt", data, "TSV", {NumberPoint -> ","}]
But didn't worked.
Some idea?
tks in advance
Murta
Prev by Date:
Re: Map onto a column
Next by Date:
yet another Evaluate question
Previous by thread:
Re: Possibly related to my post "Unexpected Graph Output"...
Next by thread:
Re: Export Data and Decimal Separator
|