Synthoid/ExportSheetData

(General) Expose file name template

Opened this issue · 1 comments

Add an option to override file naming with support for template keywords. For example:

_ Value
Sheet Test
Tab Sheet01
Name template %sheet%-%tab%

Would export a file named: Test-Sheet01

Keywords would need to be flanked by special chars, likely %.

Possible keywords:

Sheet specific keys:

  • %sheet% - The sheet's name
  • %tab% - The tab's name
  • %format%- The current export format (JSON or XML)

General keys:

  • %date% - The current date
    • Variants like %date-day% or %date-time% could have more specific formatting
  • %user% - Username for the person running the export

File keys: