3月
31
2020
C# CSV file to array/list
I want to read 4-5 CSV files in some array in C# I know that this question is been asked and I have gone through them... But my use of CSVs is too much simpler for that... I have csv fiels with columns of following data types.... string , string These strings are without ',' so no tension... That's...