LouisP-SuperiorWellness opened a new issue, #34731: URL: https://github.com/apache/superset/issues/34731
### Bug description When exporting a pivot table from Superset to a pivoted csv, it flattens the columns: <img width="518" height="68" alt="Image" src="https://github.com/user-attachments/assets/52bacde1-94cf-4f17-b16f-96d79310d20a" /> <img width="563" height="25" alt="Image" src="https://github.com/user-attachments/assets/6686a6b5-e137-482d-a21f-cef84b46db6a" /> As you can see, the Name, Colour and Locations columns get flattened into a single column. I did find an existing bug report: https://github.com/apache/superset/issues/30658? And attempted to follow the fixes, but to no success, according to some cursory research it seems the exporting has been moved from the python code to JS at some point? Any advice on how I could fix this issue would be greatly appreciated. Thanks in advance, Louis ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
