ibm-watson-data-lab / simple-search-service

A faceted search engine and content API.
39 stars 27 forks source link

Error prompt when users try and upload an invalid file #13

Open bradnoble opened 8 years ago

bradnoble commented 8 years ago

If a user tries to upload a CSV or TSV that doesn't include a header row, we should alert them. (Without that header row, we can't present a coherent "Create Index" screen, among other issues.)

bradnoble commented 8 years ago

Assigning to @glynnbird , given it's probably necessary to address at the couch-import level.