Import data from Web Page Power Query - excel

I wanted to get table from Webpage "https://www.nseindia.com/companies-listing/corporate-filings-actions" using Power Query. So i have used this link as API "https://www.nseindia.com/api/corporates-corporateActions?index=equities".
But When I Tried using Data Tab > Get Data > From Web. I have tried using both of above link. But unable to fetch data.Pop Up Box hangs excel
am I trying wrong way?
Can you suggest me a correct way?
Not able to do the process

Related

Hansontable and NodeJS

I'm totally new to Handsontable and I want to use it in my Nodejs&React app to save data in a Postgresql database.
Basically, I've tried to render the table component and its custom headers but I can't see how it can be used in with Nodejs, despite all the Googling I did.
My current table on a page
I'd appreciate your help.
step1. Use a hands-on table to have the user fill in the data and when they press the save button, use "getSourceData" or "getData" to
Obtain table data.
step2. Submit the data acquired in step1 to the nodejs server and save the data to the Postgresql database.
I think this will make it possible.

Export Azure Application Insights with REST API for search term

I have a requirement where I need to search a particular term in App insights and then export this 'report' and send it in the email. Consider this as "report a bug" use case.
So if I search key "xxxxxx123", it should retrieve all matching traces/logs and then export it to either excel or CSV.
So my question is, is it possible with the NuGet package or even with REST API?
I tried looking at this, but couldn't find it helpful,
dev.applicationinsights.io/apiexplorer
There is no nuget package. You can do it by using the Get query rest api.
Write any query you need in the Query textbox, then in the right side, you can see the generated request. Then you can use c# or other programming language to query the results, as per this article.(Note: remember use your real Application ID and API Key).
Add a screenshot for your reference:
After fetch the data, you should write your own logic to export it to csv or excel.

Import data from Clio to Azure database using API v4

Let me start out by saying I am a SQL Server Database expert, not a coder so making API calls is certainly not an everyday task for me.
Having said that, I am trying to use the Azure Data Factory's data copy tool to import data from Clio to an Azure SQL Server database. I have had some limited success, data is copied over using the API and inserted into the target table but paging really seems to be an issue. I am testing this with the billable_clients call and the first 25 records with the fields I specify are inserted along with the paging record. As I understand, the billable_clients call is eligible for bulk actions which may be the solution, although I've not been able to figure out how it works. The url I am calling is below:
https://app.clio.com/api/v4/billable_clients.json?fields=id,unbilled_hours,name
Using Postman I've tried to make the same call while adding X-BULK true to the header but that returns no results. If there is anyone that can shed some light on how the X-BULK header flag is used when making a call, or if anyone has any experience loading Clio data into a SQL Server database I'd love some feedback on your methods.
If any additional information regarding my attempts or setup would help please let me know.
Thanks!
you need to download the json files with Bulk API and then update them in DB.
It isn't possible to directly insert the data

Unable to get proper paginated data using API

Hello I have tried to extract paginated data using import.io. So far I have managed to retrieve JSON data by using Bulk Extract.
But I need it through the API, i.e. the export pane's API which is currently remaining unchanged even if I update the URLs via Bulk Extract.
Here is the url http://www.metalstorm.net/events/new_releases.php
I want to retrieve the new releases table with the album covers
Hoping to get a response soon

PowerPivot - How to grab data from Yahoo webservices

I would like to import weather forecasts in PowerPivot for a specified country by using Yahoo API.
So first of all I got the data stream URL including all requiered parameters to get forecasts (it works in my browser).
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%3D612977&format=json&diagnostics=true&callback=
Then I tried to use it as "Other data Stream" in PowerPivot to grab the content.
However I got the following strange error about DTD :
Cannot connect to the specified feed. Verify the connection and try
again. Reason: For security reasons DTD is prohibited in this XML
document. To enable DTD processing set the DtdProcessing property on
XmlReaderSettings to Parse and pass the settings into XmlReader.Create
method
Any idea to solve that ?
The easiest was to install PowerQuery for Microsoft Excel then creating a new request to Yahoo Web Services.
After parsing data in PowerQuery (split columns, etc) , formatted data is available in a PowerPivot tab and you can use it as well as direct imported data in PowerPivot.

Resources