Data Reading Suggestion
Good afternoon,
I have a text file filled with data that I am not meant to directly change. I need to read this file as efficiently as possible; are there any suggested methods?
5 Replies
Open it in read only mode for one. It seems to be about 129 kb, which is very small so no problem to just straight serialize it from the stream
So you could say something like such would work:
However; any recommendations on reading the properties of the file specifically? (culture name, first names thereof, last names thereof, etc.) I should have been a bit more clear.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Yes, I indeed would be reading line by line. I could set up a tedious series of checks to find out which part of a line it is on, but I wanted to make sure if there was a better way to read between
{}
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View