Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 370 Bytes

csv2sql

Command line tool for converting a CSV file into a single SQL table

Usage: java -jar csv2sql.jar OPTIONS
Options category 'Basic':
  --[no]create [-r] (a boolean; default: "false")
    Include 'create' statement
  --csvfile [-c] (a string; default: "")
    The input CSV file
  --table [-t] (a string; default: "")
    The name of the table