diff --git a/django/website/chn_spreadsheet/example_spreadsheet_channel_config.json b/django/website/chn_spreadsheet/example_spreadsheet_channel_config.json new file mode 100644 index 0000000000000000000000000000000000000000..93bdd6ed51982a6bd7e3cd3d33706df3c999b010 --- /dev/null +++ b/django/website/chn_spreadsheet/example_spreadsheet_channel_config.json @@ -0,0 +1,35 @@ +{ + "name": "spreadsheet", + "sources": [ + { + "label": "geopoll", + "name": "Geopoll", + "format": "excel", + "type": "message", + "columns": [ + { + "name": "Province", + "type": "text", + "field": "message.location" + }, + { + "name": "CreatedDate", + "type": "date", + "field": "message.created" + }, + { + "name": "AgeGroup", + "type": "text", + "field": "message.age" + }, + { + "name": "QuestIO", + "type": "text", + "field": "message.content" + } + ], + "skip_header": 1, + "apply_tags": ["geopoll", "questions"] + } + ] +}