chore: update sped parsing to categorize SpecialEdStatus as unknown

This commit is contained in:
Nelson Jovel 2024-05-15 16:00:01 -07:00
parent 386cecf680
commit 42fdf4a074

View file

@ -12,7 +12,7 @@ class Sped < ApplicationRecord
"Special Education"
in /^I$|exited|0|^Not\s*Special\s*Education$|Does\s*not\s*apply|Referred|Ineligible/i
"Not Special Education"
in %r{^#*N/*A$|Unknown}i
in %r{^#*N/*A$|Unknown|SpecialEdStatus}i
"Unknown"
else
puts "************************************"