Download jar files in this checkout:
# start.bat
# or
# start.sh
java -cp csvjdbc.jar:metabase.jar metabase.core
Name: burgers Path to csv file: BURGERS fileExtension: .csv separator , quotechar " indexedFiles YES fileTailPattern .(.*) fileTailParts date fileTailPrepend NO headerline columnTypes String,Double,Double,Double,Double,Double,Double,Double,Double,Double,Double,Date suppressHeaders NO commentChar ignoreNonParseableLines NO missingValue trimValues YES Enable Logging burgers.out trimHeaders YES timestampFormat timeFormat dateFormat yyyyMM
select * from BigMac where Country in ('Japan','France', 'Argentina');