class KPM::Account

def fill_empty_column(value)

def fill_empty_column(value)
  if value.to_s.strip.empty?
    :DEFAULT
  else
    value
  end
end