I use OleDbConnection, OleDbCommand and OleDbDataReader to read a CSV file in a DataTable.
The CSV file uses the first line as the header line.
Some names in the header have non-alphanumeric characters, such as (_. /).
When the system creates column names, it carries over. (period) to symbol # (pound sign).
Why is this one character changed and is there a way to stop the change by creating. (period) of being in a column name?
Thanks,
Whale
source share