Dears
I tried to parse a text file below
It worked well in the first line, each column is in its position,column1, column2, column3
It's not worked in the second line, it becomes column1, column2
Any ideas?thanks
-------------
abc|def|ghi
abc||ghi
-------------