mansueli / CSV2Supabase

A Colab notebook for importing CSV files into Supabase tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV2Supabase

A Colab notebook for importing CSV files into Supabase tables.

Open In Colab

Supabase doesn't allow importing CSV files after the table was created in TableEditor, which can be tricky for no/low code developers to use. Here we present an approach that you can use to import your CSV files just by editing the notebook and uploading the CSV file.

Instructions:

You need to change the Colab notebook and prepare the CSV file to import it. But you should be able to import with minimal changes and you won't have to install anything in your computer to get this working.

Example:

Sample table definition image

Sample of CSV to import (with headers):

name,place,location
John,Av 1,colorado 
Paul,St 1783,New York
Batman,Batcave,Gotham

Note : Headers on the CSV is mandatory here for this to work.

About

A Colab notebook for importing CSV files into Supabase tables


Languages

Language:Jupyter Notebook 100.0%