Member since
06-23-2025
4
Posts
0
Kudos Received
0
Solutions
09-05-2025
11:04 AM
hi @Bhar , check if this post helps you: https://community.cloudera.com/t5/Support-Questions/how-to-install-python-libs-in-the-python-engine-of-the-quot/td-p/391589
... View more
07-01-2025
05:50 AM
@Bhar Can you share more detail? Without it, I would only be making random guesses. What version of Apache NiFi are using? Is this a single instance of NiFi or a NiFi multi-node cluster? How is your MergeContent processor configured? Thank you, Matt
... View more
06-26-2025
01:21 PM
If you know where the CSV files are on the filesystem and the condition is simple, you may be able to start with CSV file 1 then use 2 LookupRecord processors in sequence with 2 CSVRecordLookupService controller services (each pointing at CSV file 2 and 3 respectively). If that doesn't suit your needs, check out the ForkEnrichment and JoinEnrichment processors, they may be able to do what you need.
... View more