tilo / smarter_csv

Ruby Gem for convenient reading and writing of CSV files. It has intelligent defaults, and auto-discovery of column and row separators. It imports CSV Files as Array(s) of Hashes, suitable for direct processing with ActiveRecord, kicking-off batch jobs with Sidekiq, parallel processing, or oploading data to S3. Writing CSV Files is equally easy.
MIT License
1.46k stars 190 forks source link

v1.10.2 improving error message for MissingKeys #272

Closed tilo closed 8 months ago

tilo commented 8 months ago

improved error message

https://github.com/tilo/smarter_csv/issues/271