Skip to content
Snippets Groups Projects
Commit 4348d82e authored by Marko Samastur's avatar Marko Samastur
Browse files

Example of a possible spreadsheet channel configuration

parent 399d0123
No related merge requests found
{
"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"]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment