I am writing out to Access (JDBC) and want to use an attribute created in the routine for the filename.
I have tried entering @Value(Filename) in the Database Path of the writer but it just creates a database called @Value(Filename).mdb
Any ideas how I can get the attribute as the filename.
The only option I have found is to use a user parameter to do it but I want a date stamp as part of the filename which is created in the routine.
Thanks
Â