David, I have been looking at the CFHTTP command over this last weekend.
Has anyone made a generic routine to retrieve designated URLs & the beginning strings to search for and save N characters after that? I would like to strip out all of the HTML tags as well (prior to getting the parsed data - just look at the screen - not the html - while going through the CFHTTP.FileContent. Has anyone done this as a generic routine / custom tag? Phil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Cahall Sent: Tuesday, October 02, 2001 8:09 AM To: '[EMAIL PROTECTED]' Subject: RE: Need help. Need to screen scrape (parse) - Need examples You can use the CFHTTP command to run the desired pages. You will then get the content of the page in a variable named CFHTTP.FileContent. You then parse through the code with string functions such as Find(), Replace(), and etc. Dave Cahall Vice President, Professional Services Digitaris Technologies, Inc. Office: 972.690.4131 ext 116 Mobil: 214.914.9947 -----Original Message----- From: Philip Obal [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 9:27 PM To: [EMAIL PROTECTED] Subject: Need help. Need to screen scrape (parse) - Need examples Need your help. What is a good way to parse apart a web page, re-arrange it, and then display it? I have multiple web pages to screen scrape (parse) (each one is from a different website with basically the same data being scraped off the screen), and then display the same result page. Has anyone done this and is willing to share their code? Phil Obal E-mail : [EMAIL PROTECTED] Phone : 918-464-2222 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Ridout Sent: Monday, October 01, 2001 8:48 PM To: '[EMAIL PROTECTED]' Subject: RE: test Yep. It's working... just a quiet week. -----Original Message----- From: Eli Sanders [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 8:12 PM To: [EMAIL PROTECTED] Subject: test test ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
