NullPointerException when downloading process group

2020-07-09 Thread Eric Secules
Does anyone have a suggestion for a workaround? I'm at a loss right now. On Wed., Jul. 8, 2020, 11:11 p.m. Eric Secules, wrote: > Hello, > > I believe I found a bug regarding downloading versioned process groups > from a registry. I have logged a bug. > > https://issues.apache.org/jira/browse/NI

Re: Modifying JSON from flowfile attribute using JoltTransformJSON

2020-07-09 Thread bsavard
Thank you that was the piece I was missing and it now works. -- Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

AW: Triggered fetching of multiple files from FTP - how?

2020-07-09 Thread Dobbernack, Harald (Key-Work)
Hi, you can use a listftp to know the filenames and then trigger fetchfile via wait processor as soon as it's ok to fetch them Kind Regards harald Von: Luca Giovannini Gesendet: Donnerstag, 9. Juli 2020 15:25 An: users@nifi.apache.org Betreff: Triggered fetching of multiple files from FTP

Triggered fetching of multiple files from FTP - how?

2020-07-09 Thread Luca Giovannini
Hi All, I am writing for ask for ideas and suggestion on this topic: I have to fetch all the .XML files that are present in a given FTP folder (and subfolders) and I have to fetch them only if a certain event happens. Therefore I cannot use the GetFTP processor because it doesn't allow to be t