Sha256: 72d0cb4074afc590bd648c1ade9af333f597674583bfb1690f52139e0ca8103d
Contents?: true
Size: 552 Bytes
Versions: 11
Compression:
Stored size: 552 Bytes
Contents
name: 'example' mapping: 'mapping' header_size: 0 structure_rules: { max_columns: 20 } rules: - { position: [0,1], key: 'nick_name', extra_validator: 'Csv2hash::DowncaseValidator', message: 'your data should be writting in downcase only' } - { position: [1,1], key: 'first_name', extra_validator: 'Csv2hash::DowncaseValidator', message: 'your data should be writting in downcase only' } - { position: [[0,'LastName'],1], key: 'last_name', extra_validator: 'Csv2hash::DowncaseValidator', message: 'your data should be writting in downcase only' }
Version data entries
11 entries across 11 versions & 1 rubygems