NDJSON read data provider constructor options.
More...
#include <NdjsonReadDataProvider.qc.dox.h>
|
|
soft< string > | path |
| | The path to the NDJSON file to read.
|
| |
|
soft< Qore::InputStream > | stream |
| | The input stream to read from.
|
| |
|
soft< string > | data |
| | The NDJSON data as a string.
|
| |
|
bool | skip_empty_lines |
| | Skip empty lines (default: True)
|
| |
|
bool | skip_invalid_json |
| | Skip invalid JSON lines instead of throwing an exception (default: False)
|
| |
|
int | max_line_length |
| | Maximum line length in bytes (default: 10 MB)
|
| |
|
string | encoding |
| | Encoding for the input data (default: UTF-8)
|
| |
NDJSON read data provider constructor options.
The documentation for this hashdecl was generated from the following file:
- doxygen/qlib/NdjsonDataProvider/NdjsonReadDataProvider.qc.dox.h