Handling Large Data File

I am working on a project in which I have to sort and handle statics about football players. I'm not sure how to bring in the data. It will have to be sorted and organized eventually, right now I am just clueless as to how to bring it into the code. I was thinking a string, but the data is made up of characters and numbers, so I'm not sure if it will work? Could I bring each line of data in as its own string and then enter each string into an array?

Thanks in advance, I'm a beginner!
See tutorial about classes and structs
Topic archived. No new replies allowed.