Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.32 KB

This is a csv-importer built with shadnc/ui, react-dropzone, and papaparse. It is bootstrapped with create-t3-app.

CSV Importer

Tech Stack

Features

  • Upload CSV file using use-upload-file.ts
  • Parse CSV file using use-parse-csv.ts
  • Preview the parsed CSV data
  • Map the CSV fields to the corresponding table fields
  • Import the mapped data into the table

Running Locally

  1. Clone the repository

    git clone https://github.com/sadmann7/csv-importer
  2. Install dependencies using pnpm

    pnpm install
  3. Start the development server

    pnpm run dev

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.