MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Re: Precise bitmaps - addendum
  • Next by Date: MathLink
  • Previous by thread: Re: Re: Bug in Import?
  • Next by thread: Re: Re: Bug in Import?