class KPM::Account

def remove_export_data(table_name, col_name, value)

def remove_export_data(table_name, col_name, value)
  unless REMOVE_DATA_FROM[table_name.to_sym].nil?
    return nil if REMOVE_DATA_FROM[table_name.to_sym].include? col_name.to_sym
  end
  value
end