diff --git a/changelog/platform.mdx b/changelog/platform.mdx index 35b62081..e578218b 100644 --- a/changelog/platform.mdx +++ b/changelog/platform.mdx @@ -964,6 +964,10 @@ restricting editing at the cell level, improving data integrity and compliance. See the [reference](https://reference.flatfile.com/api-reference/records/update#request.body.config.readonly). + +**Fixed Sheet Name Sanitization for Downloads** + +We've improved the file download process by sanitizing sheet names that contain forward slashes. Previously, when a sheet had a name with forward slashes (e.g., "people/Contacts"), downloading the sheet could cause issues with file paths. Now, forward slashes in sheet names are automatically replaced with underscores when generating download filenames, ensuring a smooth download experience regardless of the sheet naming convention used. diff --git a/changelog/src/platform/20240412.mdx b/changelog/src/platform/20240412.mdx index 0087e9fd..66eb578d 100644 --- a/changelog/src/platform/20240412.mdx +++ b/changelog/src/platform/20240412.mdx @@ -12,3 +12,7 @@ restricting editing at the cell level, improving data integrity and compliance. See the [reference](https://reference.flatfile.com/api-reference/records/update#request.body.config.readonly). + +**Fixed Sheet Name Sanitization for Downloads** + +We've improved the file download process by sanitizing sheet names that contain forward slashes. Previously, when a sheet had a name with forward slashes (e.g., "people/Contacts"), downloading the sheet could cause issues with file paths. Now, forward slashes in sheet names are automatically replaced with underscores when generating download filenames, ensuring a smooth download experience regardless of the sheet naming convention used. \ No newline at end of file