calpaterson / csvbase

a simple website for sharing table data - with an API
https://csvbase.com
GNU Affero General Public License v3.0
376 stars 13 forks source link

Blank csv in the paste textarea causes 500 #116

Closed calpaterson closed 7 months ago

calpaterson commented 7 months ago

Description

This

Steps to reproduce

  1. Go to https://csvbase.com/new-table/paste
  2. Type in a,b,c and no rows
  3. Submit form

Expected result

Empty table created with a, b, c as TEXT columns

Actual result

500

Additional details

CSVBASE-28