Quote:
|
Originally Posted by r937
why would you not use a load utility which would delimit the columns by the pipe character?
|
That is because the raw file isnt standard, so I want to be able to import any raw file and by the delimiter assign columns.
e.g. one file might have 1|2|3|4| and another a|b|c
In the first case the temp table will have 4 columns and the second 3.