I was able to use an api to get the data, for example:
{"aid": "1773022", "url": "hdsrgrg022", "papers": [{"paperId": "17", "title": "fdgfdg"}, {"paperId": "71f49f1e3ccb2e92d606db9b3db66c669a163bb6", "title": "Task-Driven Learning fdgfdgal Features"}, {"paperId": "bb35", "title": "Sfdgfdgchies"}]}
How would I use python to turn this into a table so I can use it to build my database?
Step1 :
we have to connect to the source API using below logic as a example,
Step 2:
As soon as we have cleansed/transforming the data , we need to just load into target database and respective tables.