• ≡ Menu
  • Home
  • Category
    • Animation
    • Nature
    • People
    • Technology
    • Vogue
    • Other
  • Tools
    • CSS
    • jQuery
    • Cookies
    • Wicked
Spotfire IronPython Lab
  • Home
  • Spotfire Interview Questions
  • YoutTube
  • My Spotfire Blog
  • About Me
Menu
Uncategories Retrieve Data from a Web URL

Retrieve Data from a Web URL

Friends,

Hope this will come handy for you. Using script provided here you can pull data from a external website, ready to be consumed within code.

import clr
clr.AddReference('System.Web.Extensions')
from System.Net import WebClient

# Download the results of that URL
pageContent = WebClient().DownloadString("http://spotfirelab.blogspot.com/feeds/posts/default")

# print these results
print pageContent
Vivek Kumar
Newer Older Home

Weekly Posts

  • Extract unique values in Data Table Column
    Extract unique values in Data Table Column Extract unique values in Data Table Column Script ...
  • Hide Pages without using any Script/Code
    Hide Pages without using any Script/Code Hide Pages without using any Script/Code Steps ...
  • Spotfire Questions Set - I
    What is filtering schemes in Spotfire ? What is the difference between Filtering and Limiting Data ? What is on demand data load? What a...

Contact

Name

Email *

Message *

© maykadaa.blogspot.in . Powered by Blogger.

Blog Archive

  • ►  2020 (1)
    • ►  January (1)
  • ►  2019 (3)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)
  • ▼  2018 (10)
    • ▼  June (4)
      • Accessing Bookmarks in Current Analysis
      • Retrieve Data from a Web URL
      • Find Current Analysis Path
      • Udemy Course - A Happy Scripting Weekend
    • ►  May (1)
    • ►  April (5)
  • ►  2017 (18)
    • ►  February (18)
  • ►  2016 (5)
    • ►  December (3)
    • ►  November (2)

Search This Blog

Copyright © 2014 Spotfire IronPython Lab All Right Reserved . Blogger Templates Design by Arlina . Powered by Blogger