Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Extractors Import ignore flatten=false for JSON extractor #1702

Open
delfer opened this issue Dec 1, 2015 · 0 comments
Open

Extractors Import ignore flatten=false for JSON extractor #1702

delfer opened this issue Dec 1, 2015 · 0 comments

Comments

@delfer
Copy link

delfer commented Dec 1, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant