Column Delimiter
The strings `"\n"' and `"\t"' denote new line and tab delimiters, respectively. For any other multicharacter string, only the first character is used as the delimiter. If delimiter is not supplied, the file import searches the file automatically for the following delimiters, in order: tabs, commas, semicolons, or vertical bars. If none of these is detected, spaces are treated as the delimiter.