Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

General Discussions

Discuss any topics that are not product-specific here.
SOLVED

Web Scrapping

BRRLL99
11 - Bolide

Hi

 

I'm looking to download data from the website : https://m.rbi.org.in/scripts/bs_viewcontent.aspx?Id=3973

using Download tool

 

it should be in the same format as shown

Please look into it

3 REPLIES 3
acarter881
12 - Quasar

Hello @BRRLL99.

 

The data in the table are loaded with JavaScript. I believe the Download tool does not support web scraping this type of web page.

 

However, I've attached an example using the Python tool. This downloads the data in the same structure as that shown on the web page.

 

To recreate this, you will need to install the selenium library for Python.

 

Please let me know if this helps.

 

acarter881_0-1677285273476.png

 

BRRLL99
11 - Bolide

download means, 

Should i use any other sources to download

or should I write within code?

acarter881
12 - Quasar

@BRRLL99. I'm not sure what you mean by that. The Python tool and the R tool can download that data. I don't believe the Download tool works on websites whose pages are loaded with JavaScript. I would just use the Python tool.

Labels