Skip to content
Andrey Gershun edited this page Apr 13, 2015 · 7 revisions

Alacon Samples

  1. Number of lines in text file with length more than 20 characters
   alacon 'select value count(*) from txt("README.md") where length([0]) > 20'
  1. Simple calculator
    alacon '2*2'
  1. Convert XLSX file to JSON
    alacon "select * into json('my.json') from xlsx('cities.xlsx',{headers:true})"
Clone this wiki locally