Feynman27 / csv-schema

Analyzes a CSV file and generates database table schema, all within the browser

Home Page:https://csv-schema.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Schema

Analyzes a CSV file and generates database table schema, all within the browser

screenshot of application

This application parses CSV files (including huge ones) within the browser. It analyzes each field to suggest the best database field type, max length, and whether or not there are any null values. From there, you can rename fields, ignore them, override field types/lengths, etc. and generate database table creation sql for MySQL, MariaDB, Postres, Oracle, or SQLite3.

Development

  • Install dependencies using npm install
  • Run a development server using npm start
  • Run linter and tests using npm test
  • Run a production build using npm run build
  • Deploy the application to surge using npm run deploy

This application uses PapaParse for CSV parsing and Knex.js for SQL query building.

About

Analyzes a CSV file and generates database table schema, all within the browser

https://csv-schema.surge.sh


Languages

Language:JavaScript 85.5%Language:HTML 9.6%Language:CSS 4.9%