usql
usql copied to clipboard
Added multiline JSON outputter
Added MultilineJsonOuputter, that
- exports one row -> one line in output file as standalone JSON document
- can process rows in parallel (AtomicFileProcessing=false)
- supports complex types (SQL.MAP, SQL.ARRAY)
Unit tests included
Any reason not pulling this? Test coverage seems proper.