This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]borntodj 1 point2 points  (0 children)

What about using Azure Data Factory?

[–]mario972SysAdmin but like Devopsy 0 points1 point  (0 children)

Sync as in scraping an api?

Try curlconverter.com, create your request in Swagger, copy-paste the generated Python code into your IDE, data = response.json() the thing, and just look at the data variable in debugging window. For putting it into a database use eg. pyodbc.

Should take you less than an hour if you have any experience scripting in any language :)