Hello Experts,
I have created a table ZSNWD_AD with below column details.
I have data in .csv file as mentioned below.
Now If I try to upload date from .csv file into my existing table it gives me error as below. Seems like VARBINARY data is converted .
But if I try to enter values using SQL statement it works fine. Data are inserted properly and I am not getting any error.
insert into "SAPUSER01"."ZSNWD_AD" values('1','0050568C1DE31EE2B8F6E03EC703DBD2','Munich','85399','Zeppelinstrasse','2','DE','2','20000101','99991231');
Can some one please guide me how to avoid data conversion while uploading data from .csv file ? Or what is the solution of the above error .
Thanks & Regards,
Sambaran



