Converts CSV data to SQL DDL and insert statements
Rules
integer
if value is numericinteger
if all the rows for that column contain only integer numbersdecimal (15, 5)
if any of the rows contains a decimal numberdecimal (25, 5)
if any of the rows contains a decimal number and its value is greater than 2^31 - 1
varchar(64)
if all the rows for that column contain text 64 characters or lesstext
if any of the rows for that column contain text 64 or more characters