Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dynamic filename #113

Closed
flang opened this issue Apr 16, 2024 · 0 comments · Fixed by #143
Closed

Add support for dynamic filename #113

flang opened this issue Apr 16, 2024 · 0 comments · Fixed by #143

Comments

@flang
Copy link
Contributor

flang commented Apr 16, 2024

Currently exporter.setFileName() only supports fixed strings.
It'd be nice to have another method that allows generating filename dynamically, such as:
exporter.setFileName(()->"exported-"+LocalDateTime.now().format(formatter))

@paodb paodb moved this to To Do in Flowing Code Addons May 6, 2024
javier-godoy added a commit that referenced this issue Sep 26, 2024
@javier-godoy javier-godoy moved this from To Do to In Progress in Flowing Code Addons Sep 26, 2024
javier-godoy added a commit that referenced this issue Sep 26, 2024
@paodb paodb closed this as completed in 543b4a4 Sep 30, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Flowing Code Addons Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant