You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
The JSON responder has an issue with the #display_column? feature. Headers for hidden columns aren't removed, but the value is, so the columns and values don't match up after the headers and values are zipped into a hash (unless the hidden column is at the end).
CSV, on the other hand, doesn't seem to be hooked into the display_column? logic at all since the responder uses #raw_results.