UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Fix CSV Import to use DictReader #60

Closed ChandlerSwift closed 4 years ago

ChandlerSwift commented 4 years ago

When I was hacking together a CSV import, I didn't know that DictReader existed. It, in fact, does exist and would simplify the code in the import section significantly, and likely make it much more reliable with sloppy data.