How can I check if a character is allowed to be uploaded in Teradata ?
Recently I was uploading (using jdbc) a .csv
file that contained some weird SUB
characters. The upload failed. Later i found out that those weird characters were the older version of the end of file
marker. So, where can I get a list of all allowed characters so that I could pre clean
my csv files and be sure that they get uploaded ?
Thanks