Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
/ importr Public archive

(PUBLIC_REPO!) Simple admin tool to handle csv imports

Notifications You must be signed in to change notification settings

RepairShopr/importr

Repository files navigation

Excel Importr for RepairShopr

This is a javascript app hiding inside a rails app!

Inspired from a cool blog post about using sheetjs and handsontable to do excel imports.

What it does now

  • You can drag a spreadsheet in, put in your API Key and Subdomain, and do an import of old Tickets to RepairShopr
  • You can run just a couple rows if you want, and you can target staging
  • You can come back to the link later or share it, and view the results of the import
  • You can import tickets, customers, invoices, and assets

What it will do soon

  • allow you to right-click on column headings to do the field mapping instead of typing the field names
  • allow you to right-click date column headings to select the date format, and more date options (like mm-dd-yy, etc)

MIT License