This repository was archived by the owner on Jan 8, 2019. It is now read-only.
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
Extractors Import ignore flatten=false for JSON extractor #1702
Open
Description
Here is my Exctractor:
{
"extractors": [
{
"condition_type": "none",
"condition_value": "",
"converters": [],
"cursor_strategy": "copy",
"extractor_config": {
"flatten": false,
"key_separator": ".",
"list_separator": ", ",
"kv_separator": "="
},
"extractor_type": "json",
"order": 0,
"source_field": "message",
"target_field": "message",
"title": "libddoc.dao.DAOHandler.out_dbg JSON extractor"
}
],
"version": "1.2.2 (91c7822)"
}
"flatten": false
, but checkbox in True after import.
Metadata
Metadata
Assignees
Labels
No labels