Example
~~~~~~~

.. code-block:: console

    $ ls
    sample_data.csv  sample_data.xlsx  sample_data_multi.json  sample_data_single.json
    $ sqlitebiter file * -o sample.sqlite
    convert 'sample_data.csv' to 'sample_data' table
    convert 'sample_data.xlsx' to 'samplesheet1' table
    convert 'sample_data.xlsx' to 'samplesheet3' table
    convert 'sample_data_multi.json' to 'table_b' table
    convert 'sample_data_multi.json' to 'table_a' table
    convert 'sample_data_single.json' to 'sample_data_single' table
    $ ls sample.sqlite
    sample.sqlite

Convertible JSON format is as follows:
http://simplesqlite.readthedocs.io/en/latest/pages/reference/loader.html#jsontablefileloader-class
