Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.