Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When exporting to CSV with the 'Pivoted' option, all row fields are concatenated into one column in Excel. Is this a known issue? #21854

Closed
cass-simplelegal opened this issue Oct 18, 2022 · 2 comments
Labels
#bug Bug report

Comments

@cass-simplelegal
Copy link

cass-simplelegal commented Oct 18, 2022

When I export a 'Pivoted' CSV with multiple rows, for example, all of the row values are concatenated together into one large CSV/Excel cell. I would hop that the file being exported would instead match the pivot chart UI that has multiple cells per row instead.

How to reproduce the bug

  1. Explore a pivot table chart
  2. Click on 'Export CSV'
  3. Scroll down to 'Pivoted' option
  4. Multiple Rows concactenate into one cell for the CSV

Expected results

Have a new cell per row output in CSV format.

Actual results

Has one cell per x rows by concatenating all of the rows together

Screenshots

Actual Results:

pivot_screenshot

Environment

(please complete the following information):

  • browser type and version: Google Chrome, version 106.0.5249.119
  • superset version: latest dev version locally and version 1.5 in production
  • any feature flags active:
    "ROW_LEVEL_SECURITY": True,
    "ENABLE_TEMPLATE_PROCESSING": True,
    "VERSIONED_EXPORT": True,
    "ENABLE_EXPLORE_DRAG_AND_DROP": True,
    "DASHBOARD_NATIVE_FILTERS": False,
    "ENABLE_FILTER_BOX_MIGRATION": False,
@cass-simplelegal cass-simplelegal added the #bug Bug report label Oct 18, 2022
@artemonsh
Copy link
Contributor

artemonsh commented Nov 7, 2022

image

image
+1

@rusackas
Copy link
Member

Looks like this should have been closed by the linked PR. Closing now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

No branches or pull requests

3 participants