| 1 | == Sync with Tableau == |
| 2 | |
| 3 | Tableau has been established as a UN standard for visual analytics: |
| 4 | * https://www.tableau.com/about/press-releases/2018/united-nations-establishes-tableau-visual-analytics-standard-streamlines |
| 5 | |
| 6 | Our standard CSV / XLS export formats should work as-is: |
| 7 | * https://www.coursera.org/learn/data-visualization-tableau/lecture/uLrKQ/preparing-your-data-for-import |
| 8 | * https://community.tableau.com/docs/DOC-8837 |
| 9 | |
| 10 | Can export data from Tableau as CSV too, for import into Sahana: |
| 11 | * https://onlinehelp.tableau.com/current/pro/desktop/en-us/save_export_data.html |
| 12 | |
| 13 | We could build their equivalent of a Sync connector to read Sahana data, if-useful, haven't investigated if this would need an adapter at our side: |
| 14 | * https://community.tableau.com/community/developers/web-data-connectors |
| 15 | |
| 16 | We could read their data using this scraper approach, although it seems fragile: |
| 17 | * https://themarkscard.com/2016/08/11/exporting-viz-data-with-the-tableau-10-javascript-api/ |