First try and I made a mistake by parsing the wrong characters as they were contained within the values field. Solution given takes care of that by changing the <td> tags to a different character not within any of those fields, | . I took care of it using a REGEX in my newest solution.