I try to load the data in the table by a commands

SET CODETYPE UTF8

SET COMPRESSED '/~//'

DATALOAD TABLE EXPER
   SUR  1
   NAME 2 
INFILE 'sap1.txt'

My file sap1.txt (in UTF-8) contains

Ivanov~Ivan
Petrov~Petr

I receive the following error

SET CODETYPE UTF8
Successfully executed

SET COMPRESSED '/~//'
Successfully executed

DATALOAD TABLE EXPER
   SUR  1
   NAME 2
INFILE 'c:\temp\examp\sap1.txt'
Error during execution
-->-25319
Missing data for specified column NAME.

If all this to do in ASCII, then error is not present.
Why?

How to load the data in the coding UTF-8?

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to