How to read csv from byte array?
kikme
248
Points
12
Posts
|
I have byte array of csv file data in memory. Want to parse and get all the data stored in it.
How to read csv from byte array? |
Answers
beginer
1544
Points
52
Posts
|
Use CsvHelper package:
And try following:
In the above example assumption that no header provided in the csv file data. Need to import following package:
Posted On:
06-Jun-2023 22:44
Thanks - kikme 12-Jun-2023 01:55
|
Blog
Active User (0)
No Active User!