-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
streaming data input as ndjson: option -S
Option -S reads data from stdin/files using existing mechanisms, as newline-delimited json. "_" is an iterator providing the json values. Note that json parsing errors will not raise until running the user query, or until formatting and printing output in the case that output is streamed and flattened using -F. Due to refactoring the order of loading data and performing certain checks has changed. As a result users may see different error messages than in the past.
- Loading branch information
1 parent
fbb4299
commit 0fcd472
Showing
3 changed files
with
270 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.