Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
跳到主要內容 跳至補充內容

字元集

字元集是 LOAD 陳述式的檔案規範,可定義檔案中使用的字元集。

ansioem mac 規範用於 QlikView 中且仍然有效。但是,當使用 Qlik Sense 建立 LOAD 陳述式時,將無法產生這些規範。

語法:  

utf8 | unicode | ansi | oem | mac | codepage is

引數:  

引數
引數 描述
utf8 UTF-8 字元集
unicode Unicode 字元集

ansi

Windows,字碼頁 1252
oem

DOSOS/2AS400 及其他

mac 字碼頁 10000
codepage is

使用 codepage 規範,可以將任何 Windows 字碼頁用作 N

限制:  

oem 字元集的轉換未針對 macOS 予以實施。如果未指定任何項目,Windows 將假設使用字碼頁 1252

範例:  

LOAD * from a.txt (utf8, txt, delimiter is ',' , embedded labels)

LOAD * from a.txt (unicode, txt, delimiter is ',' , embedded labels)

LOAD * from a.txt (codepage is 10000, txt, delimiter is ',' , no labels)

瞭解更多資訊

 

此頁面是否對您有幫助?

若您發現此頁面或其內容有任何問題——錯字、遺漏步驟或技術錯誤——請告知我們可以如何改善!