| 1 | # csv2tbl.py - M.Keranen (mksql@yahoo.com) [10/14/2004] |
| 2 | # ------------------------------------------------------------------------ |
| 3 | # Read a CSV file (exported from Excel), and generate an SQL statement |
| 4 | # to create a matching table structure (by field names and widths only). |
nothing calls this directly
no test coverage detected