提交 11ff9957 authored 作者: Thomas Mueller's avatar Thomas Mueller

The BOM (the byte-order-mark) character 0xfeff at the beginning of the file is…

The BOM (the byte-order-mark) character 0xfeff at the beginning of the file is ignored. This is for compatibility with Microsoft Excel.
上级 a0b11800
...@@ -3202,6 +3202,8 @@ The default charset is the default value for this system, and the default field ...@@ -3202,6 +3202,8 @@ The default charset is the default value for this system, and the default field
is a comma. Missing unquoted values as well as data that matches nullString is is a comma. Missing unquoted values as well as data that matches nullString is
parsed as NULL. All columns of type VARCHAR. parsed as NULL. All columns of type VARCHAR.
The BOM (the byte-order-mark) character 0xfeff at the beginning of the file is ignored.
This function can be used like a table: SELECT * FROM CSVREAD(...). This function can be used like a table: SELECT * FROM CSVREAD(...).
Instead of a file, an URL may be used, for example Instead of a file, an URL may be used, for example
jar:file:///c:/temp/example.zip!/org/example/nested.zip. jar:file:///c:/temp/example.zip!/org/example/nested.zip.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论