Search code examples
entity-frameworksql-server-2012asp.net-identity

Load file users into the AspNetUsers table


I have an Ms Excel file listing the users of my application. This file contains a set of informations of them(firstname, lastname, email...) but it does not contain the password and of course the Id fields. I want to load this file into the AspNetUsers table defined by the Ms Identity framework. How could i do this task?

thanks for your help


Solution

  • what i can suggest to you is to creat a consolen application or maybe a test Which can get the items from excel and isert them in sql by EF