1

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

Zakaria.d
  • 158
  • 1
  • 3
  • 16

1 Answers1

0

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

federico scamuzzi
  • 3,708
  • 1
  • 17
  • 24