whiletrue-industries / odds

ckangpt
MIT License
1 stars 0 forks source link

find csv delimiter+header, generate sqlite scheme #40

Closed noamoss closed 3 months ago

noamoss commented 1 year ago

38

noamoss commented 1 year ago
  1. indicate the input file delimiter
  2. locate the header row, based on the first longest non-empty row in the file
  3. generate a basic sqlite scheme for the table, based on the first 5 rows in the file (can be adjusted if needed)