A script to generate SQL create table statement given a CSV file

Monday, 04 May 2009

Given a CSV file with a header row and at-least one row of data, output a SQL `CREATE TABLE` statement by guessing the data type of the columns.
Python source code

blog comments powered by Disqus