-
Notifications
You must be signed in to change notification settings - Fork 664
Alacon
Andrey Gershun edited this page Apr 13, 2015
·
7 revisions
- Number of lines in text file with length more than 20 characters
alacon 'select value count(*) from txt("README.md") where length([0]) > 20'
- Simple calculator
alacon '2*2'
- Convert XLSX file to JSON
alacon "select * into json('my.json') from xlsx('cities.xlsx',{headers:true})"
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo