Matthew - Quick quesiton. I have an API that is...
Quick quesiton. I have an API that is return a news feed one large json file, I am currently pushign it to superbase. but when i do in superbase it just puts the json file into one row. Since the api returns a list of hte news feed like title, name, source, image...I want it to be put into supabase with each object into each row....So if the json returns 69 objects, i want 69 rows, with the parse information like (title, etc) to be populated. How woudl i do that


