Code Monkey home page Code Monkey logo

sql_converter's Introduction

SQL converter

An easy to use user friendly SQL converter.
It helps to convert for example CSV files to SQL commands.

Features

  • Convert CSV or any UTF-8 text file to SQL commands
  • Modern design
  • Open source
  • Lightweight code
  • Custom table names
  • Custom seperators
  • Generate primary key
  • Make the first column as primary keys

Installation

Just clone this repository, and paste the files into your server folder.

Demo

sql.kosamate.hu

API Reference

Convert file with settings

  POST /converter.php
Parameter Type Description
csv_file file Required. The (csv) file to be converted
table_name string Required. The name of the table
radio string Required. The delimiter character
first_row_header string If we want the first row to be the table header, it must be set to "on".
first_column_pk string If we want the first column to be the primary key, it must be set to "on".
generate_pk string If we want to generate primary key for each row.

sql_converter's People

Contributors

mate5000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.