Method: Uncsv::KeyNormalizer#separator

Defined in:
lib/uncsv/key_normalizer.rb

#separatorString

A string to replace all non-alphanumeric characters in the key

Default: '_'. Can be set to an empty string to remove non-alphanumeric characters without replacing them.

Returns:

  • (String)

    The separator string



19
20
21
# File 'lib/uncsv/key_normalizer.rb', line 19

def separator
  @separator
end