|
|
Archives of the TeradataForum
Message Posted: Thu, 02 Nov 2006 @ 13:48:12 GMT
Subj: | | Re: UTF-8, Fastload and linux |
|
From: | | Geoffrey Rommel |
| The separator we've been using is the Logical Not '?' but, having read the manual, we now believe we have to use a single byte character,
not double byte (as the '?' is seen to be in Linux). | |
Usually pipe | or tilde ~ is a good choice, but if these won't work you may have to use a control byte between x'00' and x'1F'. In fact, x'1F'
is defined as Unit Separator (i.e. a field separator), so maybe that would be a good choice.
| |