Console application for importing records from a CSV file into a list in SharePoint Online
Requirements:
- The following must all match exactly:
- The column headers of your CSV file
- The property names of your custom class that represents a spreadsheet record
- The internal names of the corresponding SharePoint site columns
- Implementation of publishing-specific columns importing is not supported
Other notes:
The error handling in this project is incomplete. I recommend a more robust error handling implementation.