Re: Bug in Import?
- To: mathgroup at smc.vnet.net
- Subject: [mg54765] Re: Bug in Import?
- From: "meznaric" <meznaric at gmail.com>
- Date: Tue, 1 Mar 2005 01:58:19 -0500 (EST)
- References: <cvum3g$bmp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hm, this seems strange. I am using 4.1 and what happens is this: Export["R:\\test.dat", {{"2005-01-24", "2005-02-14"}, { "2005-01-24", "2005-02-14"}}] Import["R:\\test.dat"] {{1980, 1989}, {1980, 1989}} !! R:\\test.dat 2005-01-24 2005-02-14 2005-01-24 2005-02-14 In the Import case Mathematica seems to have actually evaluated those cells as if they hadn't been strings, but integers. In your case, it certainly seems to be a bug, though. How can two identical list parts be exported/imported in a different way? Regards, Sebastjan Meznaric
- Follow-Ups:
- Re: Re: Re: Re: Re: Re: Bug in Import?
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: Re: Re: Re: Bug in Import?
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: Re: Bug in Import?
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Re: Re: Re: Re: Bug in Import?