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

CSV output with row_pivots > 1 don't render correctly #1666

Closed
texodus opened this issue Dec 10, 2021 · 1 comment · Fixed by #1692
Closed

CSV output with row_pivots > 1 don't render correctly #1666

texodus opened this issue Dec 10, 2021 · 1 comment · Fixed by #1692
Labels
bug Concrete, reproducible bugs

Comments

@texodus
Copy link
Member

texodus commented Dec 10, 2021

Steps to Reproduce:

For superstore data set, try a N>1 row pivot like ["Region", "State"]. It seems missing values in the row_pivots output do not get ,` so these columns are left-shifted by one in the resulting CSV.

__ROW_PATH__,Furniture,OrderID,Furniture,RowID,Furniture,Order Date
,CA-2014-145387,10693326,1.47305E+12
Central,CA-2016-157749,2500638,1.51107E+12
Central,Illinois,CA-2016-157749,617797
Central,Indiana,CA-2017-141439,106379
Central,Iowa,CA-2015-153381,21962
Central,Kansas,CA-2016-122017,10815
@texodus texodus added the bug Concrete, reproducible bugs label Dec 10, 2021
@texodus
Copy link
Member Author

texodus commented Jan 5, 2022

This is fixed in 1.1.0

@texodus texodus added this to the 1.1.0 milestone Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant