I have written multiple streams of data to a file the format is like this
J|1|2|3|4
that would be 1 record and there are more then one record in the file
my question is how do i read that data in, deserialize it, extract it and assign each of the values into there variables i will eventually want to search for records but i need help with this first. The serialize function i use makes all data pipe delimited.
Thanks