Method: Uncsv::KeyNormalizer#separator
- Defined in:
- lib/uncsv/key_normalizer.rb
#separator ⇒ String
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.
19 20 21 |
# File 'lib/uncsv/key_normalizer.rb', line 19 def separator @separator end |