I am trying to modify a parser for delimited files I already wrote so it works on a delimited file that doesn't contain each set of data on the same line. So for example,
||A||B||C||D||E||F
||G||H|||A||B||C||
D||E||F||G||H|||A
where each data set is separated by 3 pipes instead of 2. Can anyone give me some pointers?