Module: HammerCLI::Options::Normalizers

Defined in:
lib/hammer_cli/options/normalizers.rb

Defined Under Namespace

Classes: AbstractNormalizer, Bool, DateTime, Enum, EnumList, File, JSONInput, KeyValueList, List, Number

Constant Summary collapse

CSV_ERROR_MESSAGES =
{
  /Missing or stray quote/ => _('Missing or stray quote.'),
  /Unquoted fields do not allow/ => _('Unquoted fields do not allow \r or \n.'),
  /Illegal quoting/ => _('Illegal quoting.'),
  /Unclosed quoted field/ => _('Unclosed quoted field.'),
  /Field size exceeded/ => _('Field size exceeded.')
}