Overview
You can load CSV or JSON to your
{{home}}
(Home Database )
Steps
Click on “Settings” in the left sidebar
Select “CSV”
Choose a table name
Drag a CSV into the “drop zone”
Use your table!
Notes
All columns are loaded as
String
's. If your column is a different type, simply cast it using the
CAST()
or
column_name::type