boisebrigade / courtbot

Courtbot is a simple web service for subscribing to case hearing details via SMS.
https://openboise.org
ISC License
9 stars 3 forks source link

CSV failed to import past broken row (missing case number) #35

Open agboise opened 5 years ago

agboise commented 5 years ago

We attempted to import a CSV with 35 rows. Import was successful for the first 3 rows but stopped at the fourth row where CaseNumber was missing and did not import any subsequent rows. The console does not report an error, simply says that the import was "stopped". Looking at the hearing table confirms three hearings were imported. We added the missing case number back into row 4 and all 35 rows imported successfully, looking at hearing table confirms all 35 hearings were imported.

We expect that upon encountering a blank field, the broken row will be skipped and the import will continue to the subsequent rows. I believe this was working as expected previously.

Please let me know what other information you need from me.

agboise commented 5 years ago

Empty