ginlane / spree_importer

BSD 3-Clause "New" or "Revised" License
1 stars 9 forks source link

Error handling #8

Closed weeksie closed 10 years ago

sebbean commented 10 years ago

looking good, so right now only errors on invalid date right?

lets ponder what other validations we may need to do, especially with the second import (flat variants) considering how much duplicate data there is for every single product.

should we assume the only valuable product only (non variant) data is in the first row?

weeksie commented 10 years ago

Yup, that's all we're checking right now. Pretty simple to add stuff as needed.

Agree, regarding thinking about what might be funky with the data as far as validations go.

And yeah, the product info is first row only, since that is the one that creates the master variant (and product).