Hi,
Microsoft.VisualBasic.FileIO.TextFieldParser Class would do a much better job instead of stream reader for this purpose.
the textfieldparser class will handle incase you have a comma character in your BP name.
ie.
CardA, "DOE, John"
regards,
edy