C
C#2y ago
Butterfly

❔ 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
Jayy
Jayy2y ago
CsvHelper
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.