Hello NiFi Experts:

The GetHTTP processor works fine with static filename when getting files
from a website. However, I have a use case where I need to download a file
daily and the filename is the date of today, ie: 09222015.zip. Since the
URL property of the GetHTTP does not support expression language, I cannot
do something like http://example.com/${now():format('MMddyyyy')}.zip. Is
there a way I can specify the filename dynamically? Or using other
processor to make this work. Please advise.

Thanks,

Indus

Reply via email to