Hi there,
I currently have a big dataset with 1,034,000 rows that contains the charges of the companies I have chosen.
The attributes are: ChargeCode, CompanyName, CompanyNumber, DeliveredOn, Has_insolvency_history, accounts_overdue, Persons entitled, Director1, Director2, Director3, Director4.
I have basically created this dataset with a combination of the bulk datasets available and the REST API by calling 3 endpoints (company, company/charges and officers).
I am very interested on updating my table automatically, so that I don’t get to update it manually every week or every month.
I don’t have expertise with streaming API’s, can anyone help me?
Thank you so much for your interest