Product version
Date
1 year agoProblem:
Previously, users may have noticed inconsistent naming when exporting CSV files. Specifically, the CSV file name provided in the email, the ZIP file attached to the email, and the CSV file contained within the ZIP file all had different names. This discrepancy could cause confusion and make file management more challenging.
Solution:
We’ve made a change to the GridExport#file_name
function to address this issue. Now, whenever GridExport#file_name
or GraphqlExport#file_name
is called, the same export file name is used across all instances. This means that whether you’re looking at the file name in your email, the name of the attached ZIP file, or the name of the CSV file within the ZIP file, you’ll see the same, consistent name.
Impact:
This enhancement simplifies file identification and management for our users, contributing to a smoother and more intuitive user experience.
Date
Posted 1 year ago