RodinBangkok Posted December 16, 2003 Posted December 16, 2003 I have a need to get the latest metal prices frequently from a web page, the data is posted daily in the same format at the site. After downloading the page in text format it will be easy to extract the daily prices and place into proper fields. My question is how can I have FMP 6 automatically go to this url and import a text file version of that page? Plug-ins?......? Thanks for any ideas. Rod
Fenton Posted December 16, 2003 Posted December 16, 2003 If you're on a Mac, Dave Dowling has a great little file that does this with AppleScript: http://www.davedowling.com/download.htm
Fenton Posted December 16, 2003 Posted December 16, 2003 Cross-platform, Troi has a URL plug-in. I haven't used it but it can do quite a bit. Also try the plug-in page at http://www.digfm.org/
Lee Smith Posted December 16, 2003 Posted December 16, 2003 Hi Fenton, It's a OS10 only. Too bad, I was really wanting to see how this worked. Lee
RodinBangkok Posted December 17, 2003 Author Posted December 17, 2003 Thanks a Lot Fenton, exactly what I was looking for!... Have a great holiday. Rod
RodinBangkok Posted December 18, 2003 Author Posted December 18, 2003 A final note to this thread for anyone using the applescript Fenton recommended by Dave Dowling, I had an issue due to slow page download on the site I was importing. I wrote a note to Dave and he advised the following, thanks to him for the example, and also some help in fixing the problem. The applescript will error out with a message about the variable myText if the page is not fully downloaded in Safari before the applescript aquires the text. If this happens change the length of the delay variable set up in myDelay, in the example as downloaded this delay is set to one, I put it at 5 for this particular site and it works fine. Many thanks to Fenton and Dave Dowling for this one, it saved me a lot of time!.. Rod
Recommended Posts
This topic is 7996 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now