Hi all, can someone point me to the right document...
# gooddata-cloud
g
Hi all, can someone point me to the right documentation about export in csv (raw) new feature ? I am trying to export all over the dashboards and get the same csv as previously (not raw data)
j
https://www.gooddata.com/docs/cloud/create-visualizations/export/#csv-with-raw-data
This export option lets you access the raw data behind a visualization
The result contains required fields for the visualization on the same aggregation level and filters applied. The data is however not cross-tabulated, not ordered and it does not contain table totals so in that sense it is raw data as obtained from SQL query executed in data source.
For a plain table it may appear the same but it will differ for pivot tables and other visualizations which require post processing of data by cross-tabulation engine.
g
Thank you