docs: update import-data guide to reflect dashboard UI change (#38675)

This commit is contained in:
Prateek Bisht
2025-09-24 12:29:07 +05:30
committed by GitHub
parent 48df98258e
commit ef4d203d76

View File

@@ -27,7 +27,7 @@ If you're importing a large dataset or importing data into production, plan ahea
Supabase dashboard provides a user-friendly way to import data. However, for very large datasets, this method may not be the most efficient choice, given the size limit is 100MB. It's generally better suited for smaller datasets and quick data imports. Consider using alternative methods like pgloader for large-scale data imports.
1. Navigate to the relevant table in the [Table Editor.](/dashboard/project/_/editor)
2. Click on “Insert” then choose "Import Data from CSV" and follow the on-screen instructions to upload your CSV file.
2. Click on _+ New table_ (for new, empty projects) or _Insert_ (for existing tables), then choose _Import Data from CSV_ and follow the on-screen instructions to upload your CSV file.
### Option 2: Bulk import using pgloader