@ -243,13 +243,13 @@ class BulkUpload::Sales::Year2023::RowParser
attribute :field_75 , :integer
attribute :field_75 , :integer
attribute :field_76 , :integer
attribute :field_76 , :integer
attribute :field_77 , :integer
attribute :field_77 , :integer
attribute :field_78 , :inte ger
attribute :field_78 , :str ing
attribute :field_79 , :integer
attribute :field_79 , :integer
attribute :field_80 , :inte ger
attribute :field_80 , :str ing
attribute :field_81 , :integer
attribute :field_81 , :integer
attribute :field_82 , :integer
attribute :field_82 , :integer
attribute :field_83 , :inte ger
attribute :field_83 , :str ing
attribute :field_84 , :integer
attribute :field_84 , :integer
attribute :field_85 , :integer
attribute :field_85 , :integer
attribute :field_86 , :integer
attribute :field_86 , :integer
@ -841,17 +841,17 @@ private
attributes [ " ethnic " ] = field_32
attributes [ " ethnic " ] = field_32
attributes [ " national " ] = field_33
attributes [ " national " ] = field_33
attributes [ " income1nk " ] = field_78 . present? ? 0 : 1
attributes [ " income1nk " ] = field_78 == " R " ? 1 : 0
attributes [ " income1 " ] = field_78
attributes [ " income1 " ] = field_78 . to_i if attributes [ " income1nk " ] & . zero? && field_78 & . match ( / \ A \ d+ \ z / )
attributes [ " income2nk " ] = field_80 . present? ? 0 : 1
attributes [ " income2nk " ] = field_80 == " R " ? 1 : 0
attributes [ " income2 " ] = field_80
attributes [ " income2 " ] = field_80 . to_i if attributes [ " income2nk " ] & . zero? && field_80 & . match ( / \ A \ d+ \ z / )
attributes [ " inc1mort " ] = field_79
attributes [ " inc1mort " ] = field_79
attributes [ " inc2mort " ] = field_81
attributes [ " inc2mort " ] = field_81
attributes [ " savingsnk " ] = field_83 . present? ? 0 : 1
attributes [ " savingsnk " ] = field_83 == " R " ? 1 : 0
attributes [ " savings " ] = field_83
attributes [ " savings " ] = field_83 . to_i if attributes [ " savingsnk " ] & . zero? && field_83 & . match ( / \ A \ d+ \ z / )
attributes [ " prevown " ] = field_84
attributes [ " prevown " ] = field_84
attributes [ " prevten " ] = field_62
attributes [ " prevten " ] = field_62