I have send updated file to directory used a logic of putFile but it save
file as i ".filenam.xml" and can't get it by getFile Processor how can
remove "." from this file, i have read that putFile makes it automatically i
mean adding dot in front of flowfile name, but how can i remove this dot?
final Path tempCopyFile =
rootDirPath.resolve("."+flowFile.getAttribute(CoreAttributes.FILENAME.key()));
this is how it works in putFile how can i make same in my proessor without
adding "." to filename?
--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/