mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: update sped parsing to categorize SpecialEdStatus as unknown
This commit is contained in:
parent
386cecf680
commit
42fdf4a074
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "************************************"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue