When loading a db table from a text file, is there a way to terminate fields by white space? I have tried using ' ' and '' as the sequence, but neither worked. The problem is that it is unknown how many spaces there will be between fields (1-4 usually). Any suggestions?