class EacRubyUtils::CustomFormat

def initialize(mapping)

def initialize(mapping)
  @mapping = mapping.transform_keys(&:to_sym).freeze
end