- 2 tables: supplier and sku, with association one to many.
- Parser service with parse and save methods.
- Rspec testing save and update table from parsed rows.
- How to use: put suppliers and sku.csv into root directory, run task rails import:suppliers or :skus. Saved rows will be display in terminal window.