Retrieve as a CSV
Return data
as a string in CSV format.
const { data, error } = await supabase
.from('countries')
.select()
.csv()
Return data
as a string in CSV format.
const { data, error } = await supabase
.from('countries')
.select()
.csv()
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status