标签: groovy apache-nifi
是否可以使用groovy脚本在nifi(1.7)中比较两个csv文件?一个文件在SFTP服务器上,另一个文件在流文件中。问题类似于下面给出的链接。
我尝试了下面链接中给出的方法: How can I compare the one line in one CSV with all lines in another CSV file?