hortonworks-gallery / nifi-templates

A collection of templates for use with Apache NiFi.
Apache License 2.0
269 stars 380 forks source link

The wrong use date format in Web_Scraper_Sample.xml #8

Open yujiaao opened 7 years ago

yujiaao commented 7 years ago

In the Filename expression ${now():format('yyyy-mm-dd')}.html must be ${now():format('yyyy-MM-dd')}.html

mm -- minutes MM -- months