mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: account for #N/A when parsing income
This commit is contained in:
parent
b1f942133b
commit
386cecf680
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class Income < ApplicationRecord
|
||||||
"Economically Disadvantaged - Y"
|
"Economically Disadvantaged - Y"
|
||||||
in /Not\s*Eligible|false|0/i
|
in /Not\s*Eligible|false|0/i
|
||||||
"Economically Disadvantaged - N"
|
"Economically Disadvantaged - N"
|
||||||
in /Unknown/i
|
in %r{^#*N/*A$|Unknown}i
|
||||||
"Unknown"
|
"Unknown"
|
||||||
else
|
else
|
||||||
puts "************************************"
|
puts "************************************"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue