/csvtosql

Tool to take CSV as input and generate SQL

Primary LanguagePython

csvtosql

Tool to take CSV as input and generate SQL

#Arguments

--path = Path of the input directory where CSV or TSV files are kept

--delimiter = Either , (for CSV) or \t for (TSV)

--output_type = SQL or HQL