Synthoid/ExportSheetData

(General | JSON | XML) Title

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
Export JSON

Describe the solution you'd like
A checkbox whether to include the Sheet name in the exported filename when exporting the current sheet.

Describe alternatives you've considered
Renaming files by hand using Windows Explorer.

Additional context
Instead exporting a file named "My Data - Sheet 1.json" be able to export to a file named "My Data.json".

You can accomplish this by setting the export target to custom and selecting just your target sheet. Doing so will export only your desired sheet tab as just SheetName.json instead of SheetName - Tab.json.

I'd like to keep the existing approach with Current sheet's naming to match how downloaded CSV file names are formatted, so unfortunately this is the intended behavior.