eventql / eventql

Distributed "massively parallel" SQL query engine

Home Page:http://eventql.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import from CSV file

deem0n opened this issue · comments

Hello, I'm using eventql 0.4.1 installed with brew on mac os x. How can I import data from csv file ?
Seems IMPORT is not yet implemented in 0.4.1 ?

evql> IMPORT TABLE example_data FROM 'csv:rating.csv?headers=true';
- T_IMPORT
  - T_TABLE_NAME [T_IDENTIFIER] (example_data)
  - T_LITERAL [T_STRING] (csv:rating.csv?headers=true)
ERROR: invalid statement