Hi All,

can anyone tell me how i could strip lines of code from a text file. The file is something like

ABC|123|FGH|THG
DEF|XVZ|123|999|

All lines to not have unique field locations so i cannot do a straight forward import. I need to get each line that starts with let's say "ABC" and drop those into a table.

Thanks in advance.