[ { "id": 1, "name": "Lea", "username": "Bret", "email": "hhaa@gma", "address": { "street": "Light", "suite": "Apt. 5", "city": "Gwen", "zipcode": "3874", "geo": { "lat": "-37.3159", "lng": "81.1496" } }, "phone": "1-770", "website": "hilde.org", "company": { "name": "Roma", "catchPhrase": "net", "bs": "markets" } }, { "id": 2, "name": "Er", "username": "Ant", "email": "Sh", "address": { "street": "Vis", "suite": "89", "city": "Wibrugh", "zipcode": "905", "geo": { "lat": "-43.9509", "lng": "-34.4618" } }, "phone": "010-69", "website": "ansia.net", "company": { "name": "Deist", "catchPhrase": "contingency", "bs": " supply-chains" } } ]
I am getting this data from webscraping and I would like to store this data into netezza database. Can you Please give me sample code? Do I need to correct Json before? If yes, How would I do it? And when I am trying to use items iterate in list, I am only getting the last user id details.