pcreux / csv-importer

CSV Import for humans on Ruby / Ruby on Rails
MIT License
590 stars 67 forks source link

Include header info in import report #83

Closed mltsy closed 5 years ago

mltsy commented 5 years ago

extra_headers is available in the report generated by valid_headers? but disappears after you call run! - seems like valuable information to have available, even after a successful import (which may have ignored extra headers). This includes the header-related report info in the import report.

pcreux commented 5 years ago

Great! Could you add a test for this? I believe that you could just add an assertion to an existing one.