CurricularAnalytics / CurricularAnalytics.jl

CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.
GNU Affero General Public License v3.0
23 stars 19 forks source link

read_csv() seems to be case sensitive #128

Closed heileman closed 2 years ago

heileman commented 2 years ago

I.e., semester versus Semester when reading System Type - the former is okay, the latter fails

haydenfree commented 2 years ago

@heileman commit 3291128 should fix this. Turns the input into all lowercase.