solidusio-contrib / solidus_importer

Solidus importer extension to migrate data from other eCommerce systems
BSD 3-Clause "New" or "Revised" License
15 stars 30 forks source link

Allow configuration of CSV format validators #83

Closed Noah-Silvera closed 2 years ago

Noah-Silvera commented 2 years ago

This PR allows a user to configure high level CSV validators, and override/remove the existing default CSV header validator.

In order to not introduce a breaking change, the existing default CSV header validator is configured by default.

Noah-Silvera commented 2 years ago

Just updated empty_headers.rb to address a linter error

Noah-Silvera commented 2 years ago

The specs are passing on all released solidus versions - just failing on solidus master! The linter is failing on files unrelated to my changes.