I am trying to transfer a JSON database to SQL: https://data.cityofnewyork.us/api/views/6bzx-emuu/rows.json?accessType=DOWNLOAD
But the problem I have is that how can I insert the data in the appropriate table when the only thing that separates each data is just a comma.
Thanks