Is it possible to rename header and change the order of column in .csv file based on msaccess columns during import using c#.net
EX: 1: one csv file i had header as sno sfname slname 2: other csv file i had different order and different header names s_fname Slastname StudentID
but in msAccess DB I had column names as studentId StudentFirstName StudentLastname
can we insert data into msaccess by rename and change order of .csv file columns according to msaccess db columns
please provide me solution how to insert data