MathGroup Archive 2013

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

Search the Archive

Re: Import CSV can not understand string correctly

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131705] Re: Import CSV can not understand string correctly
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Sun, 22 Sep 2013 02:45:41 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130921083610.2A1EC6A34@smc.vnet.net>

This works for me:

data = Import["filepathname", "Table"]



Bob Hanlon




On Sat, Sep 21, 2013 at 4:36 AM, Joug Raw <jougraw at gmail.com> wrote:

>
> In my CSV file, I have string fields like 3D22 or so.
> While I imported the CSV file in mathemtaica, the 3D22 string was converted
> to number 3x10^22.
>
> How dose this happened??? How can I avoid this kind of transformation and
> keep my original string when Import a CSV file?
>
>
>




  • Prev by Date: Re: list mutability (very basic question)
  • Next by Date: Re: very odd failure of Solve
  • Previous by thread: Import CSV can not understand string correctly
  • Next by thread: Re: Import CSV can not understand string correctly