Forum Discussion

Jordan_2019's avatar
Jordan_2019
Copper Contributor
Jul 31, 2019

Upload Contacts to Sharepoint Online

Hello,

 

I am looking for a way to upload my CSV contact file that I exported from Outlook, to SharePoint online. Any solutions? Thanks!

  • Jordan_2019 

    Hi - Can you be a bit more precise as to what you're trying to do?

    Do you want to import them in a SharePoint list? Do you want them to be contacts in the tenant? ....

    • Jordan_2019's avatar
      Jordan_2019
      Copper Contributor

      I think a SharePoint list would be fine. I've tried to explore with the SharePoint contacts app but had no success. I am just looking for ways to store contacts in SharePoint that came from Outlook. I'm not opposed to any solution.

      Veronique Lengelle 

      • Jordan_2019 

        On the top of my head, you could use Microsoft Access or PowerShell PnP to do this, but using Access is probably the most user-friendly way to do it.

         

        1) Convert your CSV file to an Access database
                   * Open Access
                   * New (blank) database
                   * New Data Source (in the ribbon)
                   * Choose From File >> Text File
                   * Browse to your CSV file
                   * Select your preferences for the rest...

         

        2) Modify the records in the Access database (i.e.: Remove columns you don't want)


        3) Export to SharePoint List

         

         

        The columns will be created/added for you in the SharePoint List
        PS: You may need to remove the "Title" column from the Access database to avoid conflicts

         

        Works fine :smile:

         

         

        Cheers

        V.

Resources