Export a table from the elasticube to a CSV
Updated 02-09-2024
*****UPDATE*****
Now, you can do the same thing on Linux as well. Using the 0.9 REST API:
GET​/datasources​/{cubeName}​/sql
https://something.sisense.com//api/datasources/ECName/sql?count=-1&includeMetadata=true&format=csv&query=Select%20%2A%20From%20TABLE_NAME
Hope this helps.
Happy exporting 🙂