Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleconfig.json
{
    "sources": {
        "salespeople": {
            "dsn": "csv:///salespeople.csv",
			"field_id": "name",
            "field_matching": ["name", "email"],
			"hierarchy": "manager -> name",
        }
    }
}

...