Skip to content

Console application for importing records from a CSV file into a list in SharePoint Online

Notifications You must be signed in to change notification settings

ALCBerry87/SPO-Import-List-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPO-Import-List-CSV

Console application for importing records from a CSV file into a list in SharePoint Online

Requirements:

  1. The following must all match exactly:
    1. The column headers of your CSV file
    2. The property names of your custom class that represents a spreadsheet record
    3. The internal names of the corresponding SharePoint site columns
  2. 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.

About

Console application for importing records from a CSV file into a list in SharePoint Online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages