Member since
01-02-2017
4
Posts
0
Kudos Received
0
Solutions
01-04-2017
03:11 PM
@Arti Wadhwani :Hi Arti , I want to fetch files from a remote server based on date range i.e the range which is specified in the file name .For example , file ABC_20170101_01.csv is successfully loaded on 01-01-2017 so there will be an entry in MySQL table with load date as 2017-01-01.So , when the flow runs next time on 01-04-2017,it will fetch last load date from my sql as 2017-01-01 and start fetching following files from remote server ABC_20170102_01.csv, ABC_20170103_01.csv, ABC_20170104_01.csv.
... View more
01-04-2017
02:36 PM
The scenario is like this:I have a control table in MySql from where I am getting a date(Last_file_load) from Last_file_load to current date I want to fetch all the files . The naming convention for the file is like ABC_20170102_01.csv (ABC_YYYYMMDD_Sequence_number.csv).So my desired output from ListSFTP should be ABC_20170102_01.csv,ABC_20170103_01.csv,ABC_20170104_01.csv.
... View more
Labels:
- Labels:
-
Apache NiFi
01-03-2017
09:09 AM
@Matt Thanks Matt for the quick reply
... View more
01-02-2017
09:05 AM
Labels:
- Labels:
-
Apache NiFi