write_jsonl

Plugin

ArgDescriptionType
filenameJSONL files to openOSPath (required)
accessorThe accessor to usestring
queryquery to write into the file.StoredQuery (required)
buffer_sizeMaximum size of buffer before flushing to file.int
max_timeMaximum time before flushing the buffer (10 sec).int
appendAppend JSONL records to existing file.bool

Required permissions:FILESYSTEM_WRITE

Description

Write a query into a JSONL file.