What's the best way to parse a csv file and create entries in a webapi project?
titariko
1
Reputation point
I have a csv file with hundreds of rows with 5 columns. Ofc the 1st row consists of the column names while the rest of the rows are the data.
What is the best way to parse and create entries while at the same time excluding some of the data if they don't meet a certain condition?
Thank you
Sign in to answer