{ "fields": [ { "id": "example_column", "anchor": "may 2020", "type": "string", "method": { "id": "column" } }, { "id": "example_column_2", "anchor": "may 2020", "type":"number", "method": { "id": "column", "tiebreaker": ">" } } ] }
{ "example_column": { "type": "string", "value": "1 3 2 4 5" }, "example_column_2": { "source": "5", "value": 5, "type": "number" } } `