Export Supabase Table to CSV File
How would I go about exporting data from my supabase database into a CSV file?
3 Replies
Not sure if you can do it in the Supabase UI but I use Datagrip for things like exporting and importing.
Top Google result. https://github.com/supabase/supabase/discussions/773
GitHub
How to export and import a database inside supabase · Discussion #7...
Hi, I would like to export a database I created in one project in supabase (scheme+data) and then import it into another project still in supabase. I saw #666 and #175, but it is not clear to me wh...
DataGrip is great, thank you. Was able to do exactly what I needed