Is it feasible to parse nested JSON into different tables in SQL?
I have the following JSON structure and have it parsing into 3 tables (appointment, dock, warehouse). When all the JSON data is valid all records can be parsed at once very quickly. When there is a data issue (with just…