No eof
no eof 規範用來在載入分隔的 .txt 檔案時忽略檔案結尾的字元。
語法:
no eof
如果使用 no eof 規範,則具有程式碼點 26 的字元 (否則代表檔案結束) 會被捨棄,並且可以是欄位值的一部分。
此規範只與分隔的文字檔有關。
範例:
LOAD * from a.txt (txt, utf8, embedded labels, delimiter is ' ', no eof);