FM Web Scraping - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

FM Web Scraping

Description:

Use Web Viewer when all you need is to view the information. ... Skill Set Needed. Understanding of HTML Pages ... Open Web Viewer Setup. Enter URL or. URL ... – PowerPoint PPT presentation

Number of Views:2761
Avg rating:3.0/5.0
Slides: 12
Provided by: present433
Category:
Tags: scraping | setup | web

less

Transcript and Presenter's Notes

Title: FM Web Scraping


1
FM Web Scraping
  • FMPUG Dallas Chapter

Taylor Made Services FileMaker
Presentation March 6, 2009 Dallas Texas
2
What is FM Web Scraping?
FileMaker Web Scraping is the copying of source
code from an http file. It is the same thing as
going to a web page and viewing the source
code. It is also the same thing as copying an
http file, which is usually an html or txt file.
It is not what a web browser displays!
3
Scrape vs. View
  • Use Web Viewer when all you need is to view the
    information.
  • Scrape a page when you need to store or
    manipulate data from that page.

4
Skill Set Needed
  • Understanding of HTML Pages
  • Familiarity with Calculations, and in particular,
    Text Functions
  • Knowledge of Variables
  • Ability to Create Scripts

Software Needed FileMaker 8.5 or higher
5
Web Viewer Object
  • Create a Layout
  • Add a Web Viewer Object
  • Give the Object a Name

Web Page With Object Name
URL Code scraped From Web Page
6
Create URL
  • Open Web Viewer Setup
  • Enter URL or URL calculation into the Web
    Address

7
Create URL
  • Search for desired data in Web Page
  • View the Source Code and locate the desired data
  • Text Calculation Time

8
Do you want to Store the Source Code?
  • You can have it refresh the data each time it
    loads the web viewer.
  • Fresh Data, but doesnt load quickly
  • You can have a calculation or script step save
    the source code into a text field.
  • Loads Quickly, but might not be fresh data

9
Text Calculations from Source Code
  • Result can be scraped with
  • GetLayoutObjectAttribute(html source
    content)
  • Result can be a direct calculation from the
    source code
  • Delay issues
  • Calculate warning if whole page not loaded

10
Challenges
  • Web pages do not load quickly and script steps
    need delays built into them to allow the load
    times.
  • Web Pages change!
  • Build in Warning Calculation
  • Is the URL available to all users?

11
Blank Slide
Write a Comment
User Comments (0)
About PowerShow.com