❔ Is there any tool converting csv file to Class (seeding data)?
I am using EF to seed data and I have an excel file containing like 500 records.
If that's around 100 or 200, I used to use just excel or VS code multi cursors.
I need to manually add data so I can't just read a file and convert it. I would like to find a way easily convert data in csv file to an object to seed data in Entity Framework.
2 Replies