我有一个带有抛光字符的csv但是当我在SAS中导入时,某些抛光字符正被“?”取代。或任何其他随机变量,我该如何处理。 我列出了所有可能的波兰语字符,我不介意它被英语对应物取代
答案 0 :(得分:1)
您需要在infile
声明中设置相应的文件编码,例如encoding="UTF-8"
。
SAS文档> http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000146932.htm http://support.sas.com/documentation/cdl/en/nlsref/61893/HTML/default/viewer.htm#a002610945.htm