Re: formatting numbers with Export[file,exp,"Table"] possible?
- To: mathgroup at smc.vnet.net
- Subject: [mg29389] Re: formatting numbers with Export[file,exp,"Table"] possible?
- From: "Martin Rommel" <Martin_Rommel at mac.com>
- Date: Sat, 16 Jun 2001 02:48:00 -0400 (EDT)
- References: <9gcmcl$36a$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
BTW, I am using Mathematica 4.0.1 for Windows (July 26, 1999).
Another issue with Export that makes me grieve is that although for
Import["file",exp,"Table"] I can use
ConversionOptions -> {"TableSeparators"->{{"\r"},{"\t"}})
for Export ConversionOptions seems not to work.
In contrast for "HTML" Import and Export use the same ConversionOptions.
Am I missing something or is Mathematica missing something here?
For now I went back to the olde WriteMatrix from version 3
(http://support.wolfram.com/Kernel/Files/WriteMatrix3.html)
Cheers, Martin