Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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.