harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases

Home Page:http://harelba.github.io/q/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning about BOM suggest incorrect flag

contentfree opened this issue · comments

The warning displayed when There seems to be a "no such column" error incorrectly suggests:

Files that are encoded with UTF8 and contain a BOM can be read by specifying `-e utf-9-sig` in the command line.

utf-9-sig doesn't exist. Attempting to use the suggestion results in: Encoding utf-9-sig could not be found