If I have not missed something, it would be like this:
<COL1> = Left(<COL>, Pos(<COL>, " ") - 1)
<COL2> = Left(SubStr(<COL>, Length(<COL1>&" ")+1, 1000), Pos(SubStr(<COL>, Length(<COL1>&" ")+1, 1000), " ") - 1)
<COL3> = Left(SubStr(<COL>...