Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Update>

<Update label="04-09-2024" tags={["spaces"]}>
Expand Down
4 changes: 4 additions & 0 deletions changelog/src/platform/20240412.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.