Hi,
In my raw data which is in .xls format, the Ascii of last character of the value “410100200640 “ is 160 (Ascii code 160 corresponds to the value something looks like a’)
This excel file is converted into .csv file and this is uploaded in HANA (SPS 8). The datatype of the column which holds the value is “NVARCHAR”.
After running a sql query in HANA, for the same value, the Ascii is 239 (Ascii code 239 corresponds to the value something looks like ‘)
We want to understand
Why this is happening
How to upload the table containing special characters in to HANA without changing the original values