mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: add new rules for sped parsing
This commit is contained in:
parent
927fae1afd
commit
b992a9412b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ class Sped < ApplicationRecord
|
|||
return "Not Special Education" if sped.blank? || sped.nil?
|
||||
|
||||
case sped
|
||||
in /active|^A$|1/i
|
||||
in /active|^A$|1|Special\s*Education/i
|
||||
"Special Education"
|
||||
in /^I$|exited|0/i
|
||||
in /^I$|exited|0|Not\s*Special\s*Education/i
|
||||
"Not Special Education"
|
||||
in /^NA$|^#NA$|Unknown/i
|
||||
"Unknown"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue