Skip to content

Add date to filtered csv exports#4702

Draft
janette wants to merge 2 commits into
4.xfrom
add-date-to-filename
Draft

Add date to filtered csv exports#4702
janette wants to merge 2 commits into
4.xfrom
add-date-to-filename

Conversation

@janette

@janette janette commented May 1, 2026

Copy link
Copy Markdown
Member

Describe your changes

When a user creates a filter on a dataset, they have an option to download the subset to a csv file. Currently that file is named data.csv. This will append a date and time to help differentiate it from other downloads.

QA Steps

  • Navigate to a dataset with a CSV distribution.
  • Create a filter on the data
  • Hit the download API and confirm the name of the file includes the date and time.

Checklist before requesting review

If any of these are left unchecked, please provide an explanation

  • I have updated or added tests to cover my code
  • I have updated or added documentation

@janette janette marked this pull request as draft May 1, 2026 16:43
@dafeder dafeder linked an issue May 22, 2026 that may be closed by this pull request
4 tasks
@dafeder

dafeder commented May 22, 2026

Copy link
Copy Markdown
Member

@swirtSJW filed an issue about this, and we discussed maybe using the resource filename (or maybe an excerpt of, say, 12 or 14 characters if it's long) to better identify it. Can we look in to whether that's viable -- not sure if we have the context there in the controller to load the resource object 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Download dataset file should be specifically named.

2 participants