Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Importing from an http server


Jtrader

This topic is 7275 days old. Please don't post here. Open a new topic instead.

Recommended Posts

FM6 and 7 can import data from an HTTP link providing the data on the other end is in XML format and you write an XSLT to transform that XML into the filemaker XML format. Read up on the 'xml import' section in the help file for info about that.

To make this happen on a continuous bases you'd need to dedicate one machine running FM to be in a loop and import every x seconds/minutes... into a hosted file. This should be a dedicated machine because it will do nothing but this. If you do this on your own local machine you won't be able to do anything else.

See also www.filemaker.com/xml for more info on XML grammars and XSLTs.

HTH

Wim

Link to comment
Share on other sites

you could also use SMIL if the source is a quicktime-compatible media stream ...

But why would you import data streams?

Just import them when needed by a specific record, or use a search request to filter out the stuff you need. Have a look at my EURO currency app at www.filemaker.com/xml - you only need to import this once a day...

Alternative:

You can stream it to your hard disk, then use shell/perl/php scripts to filter out the data needed ...

Link to comment
Share on other sites

This topic is 7275 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.