Posted by spillow 1 year ago
We are trying to see if the DeviceAtlas solution will fit a current need. The system has a table called device which has a device_id. This internal device_id is used and referenced throughout the database schema. So essentially, we would need a mapping between the internal device_id and the Device Atlas data.
What is the best way to get the DeviceAtlas data into a database? Has anyone written a parser for the JSON file to create database tables and populate them?