MathGroup Archive 2012

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

Search the Archive

importing series of file with the same extension

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124794] importing series of file with the same extension
  • From: maria giovanna dainotti <mariagiovannadainotti at yahoo.it>
  • Date: Tue, 7 Feb 2012 04:02:45 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Dear Mathematica group,
I have defined the following code:

grbs = {"80825593", "80916009", "81006604", "81024891", "81224887",
  "90217206", "90227772", "90323002", "90328401", "90510016",
  "90531775", "90626189", "90720710", "90902462", "90926181",
  "91003191", "91031500", "100116897", "100225115", "100325275",
  "100414097", "100620119", "100724029", "100728095", "100826957",
  "101014175", "101123952", "101204343", "110120666", "110328520",
  "110428388", "110529034", "110625881", "110709642", "110721200",
  "110731465"}

grid = Table[grbs[[bb]], {bb, 1, Length[grbs]}]
If[NumericQ[grid], GRBID = "0" <> ToString[grid], GRBID = grid]

Data = Import[GRBID <> ".txt", "Table"]

When I use this last command to import the data file not found during import.

The name of the data files are 080825593.txt etc
It gives error anyway also if I change the grbs putting 080825593.
I would be very grateful if you could help me.

Best regards,
Maria


  • Prev by Date: Re: Why does the order of down values come back?
  • Next by Date: Re: Why does the order of down values come back?
  • Previous by thread: Re: Getting stuck with finding an elegant solution without global variables
  • Next by thread: Re: importing series of file with the same extension