You should be able to keep the extension apart, e.g. whatever.2012-03-03.csv, with the following configuration:
whatever.csv {
dateext
dateformat .%Y-%m-%d
extension .csv
...
}
Note the dateext is deliberately empty.
You should be able to keep the extension apart, e.g. whatever.2012-03-03.csv, with the following configuration:
whatever.csv {
dateext
dateformat .%Y-%m-%d
extension .csv
...
}
Note the dateext is deliberately empty.