Hello!
My app has an extensive monitoring resource, and the clients need daily exports, with the date and time in their names.
I noticed every export has a fixed file name. It would be nice to have it passed as a parameter.
Right now I'll add the ExportController.cs and the Export{DataSource}Controller.cs to the ignore list and manually pass the file name through the Get requests, but then every added table will require this process again. Is there a more efficient way of implementing it?
