------------------- * Fixed conversion xlsx-to-jsonl * Added experimental command "query", not documented yet. Allows to use mistql query engine.
1.0.12
------------------- * Added command "analyze" it provides human-readable information about data files: CSV, BSON, JSON lines, JSON, XML. Detects encoding, delimiters, type of files, fields with objects for JSON and XML files. Doesn't support Gzipped, ZIPped and other comressed files yet.
1.0.11
------------------- * Updated setup.py and requirements.txt to require certain versions of libs and Python 3.8
1.0.10
------------------- * Added encoding and delimiter detection for commands: uniq, select, frequency and headers. Completely rewrote these functions. If options for encoding and delimiter set, they override detected. If not set, detected delimiter and encoding used. * Added support of .parquet files to convert to. It's done in a simpliest way using pandas "to_parquet" function.
1.0.9
------------------ * Added support for CSV and BSON files for "stats" command
1.0.8
------------------ * Replaced json with orjson for some operations. Keep looking on performance changes and going to replace or json lib calls to orjson