codeforamerica / classifyr

A tool for aggregating and crowd-sourcing the classification emergency call data
MIT License
0 stars 1 forks source link

As a Data Importer I should be able to only import valid CSV files #64

Open T-Dnzt opened 2 years ago

T-Dnzt commented 2 years ago

Overview

The current Data Set import works well when the imported CSV files are in the expected format and the mapping is done properly. However, it lacks some validation steps to prevent the import of invalid CSV files and the mapping of fields to the wrong types.

This issue lists solutions for the problems encountered by the team when importing CSV files.

Improvements