MathGroup Archive 2010

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

Search the Archive

Re: Importing data

  • To: mathgroup at smc.vnet.net
  • Subject: [mg114097] Re: Importing data
  • From: higginsdj <higginsdj at bigpond.com>
  • Date: Tue, 23 Nov 2010 06:01:12 -0500 (EST)

This:

processingFileToStream = StringToStream[Import[fileToProcessPath]];

is generating an error in Mathematica 7....

"String expected at position 1 in StringToStream[{{1,3.34,0.12............."

I don't think I should be using import here because the import is putting the data into individual cells, not string lines.  Any suggestions?

Cheers

David


  • Prev by Date: elementary import
  • Next by Date: Re: An application of the WolframAlpha command
  • Previous by thread: Re: elementary import
  • Next by thread: Re: Importing data