Member since
05-25-2017
6
Posts
0
Kudos Received
0
Solutions
05-26-2017
10:02 AM
Hi Matt, Thanks again for your detailed response. it was very informative. I have one more query now, I am able to fetch only previous days files, how can i get the files which are like 4 days or 5 days old. my expression is like this ${absolute.path}/Bell_LTECells_${now():toNumber():minus(86400000):format('ddMMyyyy')}.csv ( this works without any error) but if I want to get the files which are backdated to 3 to 4 days..l tried this.. ${absolute.path}/Bell_LTECells_${now():toNumber():minus(345600000):format('ddMMyyyy')}.csv and this dosent seem to work.
... View more
05-25-2017
05:36 PM
Thanks for your prompt reply, I am very new to Nifi and still have some queries
can you please suggest me a processor to use when I want to read a file dynamically from a SFTP location on day to day basis and put it on to another SFTP location, based on date (today filename25052017.csv, tomorrow it would be filename26052017.csv)
is there any alternative to use apart from the Expression language , which provide us the date
... View more
05-25-2017
05:06 PM
So , to get this working..I need to listSFTP?, if yes..how do i pass it as parameter to fetch the files
... View more
05-25-2017
04:38 PM
actual regex written in the configuration
... View more
05-25-2017
04:16 PM
I am very new to nifi, I have a requirement to pull specific csv files from the SFTP location, when I pass the full file name it works perfectly, but when I try to write in the regular expression and fetch the file dynamically then i am facing problem, I tried the regular expression ${now():format('yyyy')} and changed the file name to just 2017, even then it is not fetching the file. can somebody help me on this
... View more
Labels:
- Labels:
-
Apache NiFi