I am writing an application where data can be gathered from many different places and graphed against other data. However the data from all the different places is coming in different formats such as .csv, .txt and some others i can't recall right now.
So i am wondering what is the easiest way to allow my program to import the data supplied in these different formats?
Thanks Alex.
So i am wondering what is the easiest way to allow my program to import the data supplied in these different formats?
Thanks Alex.
Comment