User626967155 posted
Dears
I tried to parse a text file below with a seperator "|".
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
-------------