ivanfong01 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 1 forks source link

add configurable filename for export #476

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. export the from the configuration tab.
2. export file has always the same name "exportSize.vz"

What is the expected output? What do you see instead?
It would be really nice if it would be possible to configure
the name of the file export. Because i always have to rename the
file after exporting it, because i need some timestamp within the
filename. Best solution would be a freely configurable export filename
supporting the placeholders of the SimpleDateFormat. Example:

exportSite-yyyyMMdd-HHmm.vz

If it is not possible to make the filename configurable, it would be
nice if the standard export filename could be changed so it contains
at least a timestamp with the date (hour/minutes are not that important
(at least for me)).

Please use labels and text to provide additional information

Original issue reported on code.google.com by andreas....@gmail.com on 9 May 2011 at 5:24