Created on 03-22-2017 11:35 AM - edited 08-18-2019 03:49 AM
Hi
I having problems using UpdateAttribute to select the file i want to pass on from RouteOnAtribute
My filename are "INCOIMING.D170322" where 170322 represents the current date.
my flow are build as following
My listFtp sends flowfiles INCOMING.D<yyMMdd> to UpdateAttribute,
the UpdateAttribute is configured as the picture shows
I have tried to configure my attributes in advanced settings creating a rule and conditions, but i get no match either way.
I wanted this to parse the Date, and FileStartWith value along the flowfile to the RouteOnAttrribute
i have configured it as follows
When i send my file INCOMING.D170322 through this flow i would expect it to match but it doesn't
Created 03-22-2017 02:45 PM
This question looks like a duplicate of another one, please see the answer(s) there.
Created 04-21-2017 05:04 PM
For the FileStartWith attribute, you don't need the quotes around INCOMING.D.
Also, for the Date attribute, you need a closed curly brace "}" to complete it.