-
Notifications
You must be signed in to change notification settings - Fork 688
Alacon
Mathias Rangel Wulff edited this page Nov 24, 2015
·
7 revisions
Alacon is AlaSQL in a console
Please note that from version 0.2.0 the command will be called alasql instead of alacon
Examples:
- Number of lines in text file with length more than 20 characters
alasql 'select value count(*) from txt("README.md") where length([0]) > 20'
- Simple calculator
alasql '2*2'
- Convert XLSX file to JSON
alasql "select * into json('my.json') from xlsx('cities.xlsx',{headers:true})"
Please see install notes on how to install.
© 2014-2026, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo