phatcher / CsvReader

Extended version of Sebastian Lorien's fast CSV Reader
MIT License
300 stars 102 forks source link

How use bulkCopy safely, if the CSV headers are not previously know #64

Open papyr opened 5 years ago

papyr commented 5 years ago

Hi, can CsvReader bulkcopy CSV files if the previous headers are not known.

  1. i.e. can it use the file name for table name
  2. can it use the CSV headers for TableColumn headers?