Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 326 Bytes

CSV parcer

  • 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.