Member since
12-20-2016
3
Posts
0
Kudos Received
0
Solutions
12-20-2016
06:14 PM
@Saikrishna Tarapareddy : This actually answers what I had not yet asked concerning dynamic file names. Thanks much for the very detailed description! I began down this path when I tried to figure it out on my own but did not quite understand how to tie things together, until now. With your step-by-step I should be able to do this for the other scenario where I have various paths that are not nested under a single directory.
... View more
12-20-2016
04:15 PM
@Matt: That makes perfect sense. Thanks! @Bryan Bende: Thanks! Have the specifics on the properties that need to be set is the jumpstart I needed. It sounds like I need to let the Put handle the "dynamic" part of this.
... View more
12-20-2016
03:29 PM
Here's my scenario: there are about 200+ files I need to move from Server A to Server B. Each file has a specific destination on Server B. I want to avoid creating 200+ sets of processors in order to move these files. I intend to create the exact same directory structure on Server B prior to the move. So this becomes a 2-part question. 1: How do I use a single set of Get/Put processors to drop files onto the destination based on the file name. 2:(Optional) Is there a way to have Nifi create the directory structures automatically rather than doing so myself? ,
... View more
Labels:
- Labels:
-
Apache NiFi