The file I'm working with looks like this,
a,b,c,d,e,f,g,h,i,
a,b,c,d,e,f,g,h,i,
and so on. The abc's are just representaions, in the file they are all different values. Each string ends with a comma and a return. I need to seperate the fields into something like this,
a
c,d
e,f
g,h
a
c,d...