Dear all,
I'm having trouble reading a .csv file containing Euro signs. I thought UNICODE should prevent such trouble or otherwise LOCALE but they don't. I tried
set locale='english' unicode on.
GET DATA
/TYPE=TXT
/FILE="C:\temp\GA_export.csv"
/DELCASE=LINE
/DELIMITERS=","
/QUALIFIER='"'
/ARRANGEMENT=DELIMITED
/FIRSTCASE=2
/IMPORTCASE=ALL
/VARIABLES=
Day A28
Revenue A12.
CACHE.
EXECUTE.
Does anybody understand what's going wrong/why and how to fix it?
A sample of the input file may be downloaded
here.
TIA!