In my Perspective project, a dataset is generated based on a user input, which can then be exported to a CSV.
However, I also allow the user to "filter" the dataset by allowing them to select which columns they want visible. Essentially, this just makes the selected columns "NOT visible".
When exporting to CSV, the WHOLE dataset is exported, including the hidden columns. Is there any way to exclude these hidden columns?