|
[Date Index]
[Thread Index]
[Author Index]
Importing data from the web
- To: mathgroup at smc.vnet.net
- Subject: [mg125158] Importing data from the web
- From: maria giovanna dainotti <mariagiovannadainotti at yahoo.it>
- Date: Sat, 25 Feb 2012 01:55:01 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Dear Math Group,
I have a problem importing the data from a web page.
data4 = {{"050318", "00111529"}, {"050401", "00113120"}}
Do[
ID = data4[[i, 2]];
s = Import["http://www.swift.ac.uk/xrt_curves/<>ID<>", "Text"];
Print[s],
{i, 1, Length[data4]}]
The error message is
$Failed
I am really grateful if you could help me
Best regards,
Maria
Prev by Date:
Re: Executing a Notebook and saving the modified Notebook - all without the GUI
Next by Date:
Re: Open nbs automatically with 150%
Previous by thread:
Re: Open nbs automatically with 150%
Next by thread:
Re: Importing data from the web
|