convert nested Json to multiple Csv files
I have a json pull using api and below is what the file looks like: [ { "id": 181, "emp_number": "527", "clock_id": "124", "organization_trackings": [ { "title": "Division", "value": "200", "value_description": "Cons" }, { "title": "Location", "value": "951", "value_description": "Jasp"…