chop-dbhi / dataexpress

[NOT MAINTAINED] DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite
http://dataexpress.research.chop.edu
BSD 2-Clause "Simplified" License
72 stars 9 forks source link

ColumnNameGenerator From Range #24

Open masinoa opened 11 years ago

masinoa commented 11 years ago

There should be a ColumnNameGenerator that accepts a range as input and generates column names by index. This would be useful for copying from a file without a header row that has numerous columns provided.