I am in the process of developing application in C# which analyse multiple files .csv files using some sort of queries or functions and it display results.
So far, I have managed to create application which opens .csv file using excel but I have just found that Microsoft Excel won't read record of more than 104,000. In my case I have record of 705.000. So currently I am converting those .csv files in Microsoft Access database and from that using queries I have populated those results into my C# application.
However, this process is long and I have to convert all the files into Access and then I can analyse the data. Is there any other way I can directly read multiple .csv files and filter what I am looking for?
Any suggestions or help will be appreciated.
Thanks,
Harsh Panchal