RE: [EXT] Re: Direct access to FlowFile Content Repository Path?

2019-03-04 Thread Peter Wicks (pwicks)
to FlowFile Content Repository Path? Peter It is not possible and if it were it would only be available for repo implementations that use files and further would need to be limited to cases where the content on disk was in a file by itself (unlikely) or for processes that would honor the offsets

Re: Direct access to FlowFile Content Repository Path?

2019-03-04 Thread Joe Witt
Peter It is not possible and if it were it would only be available for repo implementations that use files and further would need to be limited to cases where the content on disk was in a file by itself (unlikely) or for processes that would honor the offsets and length, would be read only, etc..

Direct access to FlowFile Content Repository Path?

2019-03-04 Thread Peter Wicks (pwicks)
I'm working on a custom processor. The processor calls a 3rd party library that needs the path to my FlowFile content (no streams/arrays, just file names). I could write the content out to a temp file, but the content is already right there in the content repository... and many of the files are