Skip to content
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

Description

@delfer

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions