Created on 09-21-2016 09:01 PM - edited 08-18-2019 04:29 AM
I have a dataflow that ingest file from sftp into mysql and would like to know how to prevent an enormous amount of duplicates being ingested by nifi into mysql. Attached details below. Thanks
(1)Data flow
(2) count after nifi ingest into mysql
(3)Original Data on SFTP
Created 09-21-2016 09:07 PM
In many parts of your flow you have multiple relationships routed to the next processor when you probably want only one, some examples...
You would most likely auto-terminate these other relationships (first tab when configured a processor).
Created 09-21-2016 09:07 PM
In many parts of your flow you have multiple relationships routed to the next processor when you probably want only one, some examples...
You would most likely auto-terminate these other relationships (first tab when configured a processor).
Created on 09-21-2016 09:25 PM - edited 08-18-2019 04:29 AM
@Bryan Bende thanks a lot for the help works perfect. I attached a snippet of the updated workflow should anyone experience such an issue in the future.Thanks again.