In the Table Editor --> Insert --> Import data from CSV flow, a single cell that can't cast to the specified column type fails the whole import (e.g. $99.95 into a float8).
Add an opt-in toggle in the import configuration: Skip rows with type mismatches (default off).
When enabled:
X imported, Y skipped and offer download skipped rows (csv of skipped cells and a skip_reason column)NULL for bad data)Sean Miller suggests adding a feature to the Table Editor's CSV import process that allows users to skip rows with type mismatches. This would prevent the entire import from failing due to a single cell error and provide a downloadable file of rejected rows for user review.