MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

Validate CSV headers #36

Open MicahWW opened 4 months ago

MicahWW commented 4 months ago

When uploading CSV data to the items table it doesn't check if the data is in the expected format so it 5XX errors. This should be an easy catch and should properly report to the user.