Plugin
Arg | Description | Type |
---|---|---|
filename | JSONL files to open | OSPath (required) |
accessor | The accessor to use | string |
query | query to write into the file. | StoredQuery (required) |
buffer_size | Maximum size of buffer before flushing to file. | int |
max_time | Maximum time before flushing the buffer (10 sec). | int |
append | Append JSONL records to existing file. | bool |
Write a query into a JSONL file.