I\'m using an OleDbConnection, OleDbCommand, and OleDbDataReader to read a CSV file into a DataTable.
The CSV file uses the first row as a header row.
Some o
It's replacing periods because they're metacharacters in SQL for specifying hierarchies. I don't believe it's at all advisable to try to preserve the period.