Added
luau
: qsv_register_lookup now supports "ckan:\\" scheme. This allows the luau script developer to fetch lookup table resources from CKAN instances. #864luau
: added detailed example for "dathere:\\" lookup scheme in https://github.com/dathere/qsv-lookup-tables repo. 3074538luau
: addedqsv_writefile
helper function. This allows the luau script developer to write text files to the current working directory. Filenames are sanitized for safety. #867luau
: random access mode now supports progressbars. The progressbar indicates the current record and the total number of records in the CSV file 63150a0input
: added --comment option which allows the user to specify the comment character.
CSV rows that start with the comment character are skipped. #866
Changed
luau
: added additional logging messages to help with script debugging bcff8adschema
&tojsonl
: refactor stdin handling 6c923b1- bump jsonschema from 0.16 to 0.17
- cargo update bump several indirect dependencies
- pin Rust nightly to 2023-03-17
Full Changelog: 0.93.1...0.94.0