RE: Writing to a flowfile

2015-08-16 Thread Mark Payne
last. Thanks -Mark > Date: Sun, 16 Aug 2015 19:01:28 + > From: davidrsm...@btinternet.com > To: dev@nifi.apache.org > Subject: Re: Writing to a flowfile > > Mark > Thanks very much for all of your help, that works really well, I have also

Re: Writing to a flowfile

2015-08-16 Thread DAVID SMITH
uot;, new Object[] {original}); rather than logger.error("parsing to failure"); I hope this helps! Let us know if you're still having problems! Thanks -Mark > Date: Sat, 15 Aug 2015 19:41:00 + > From: davidrsm...@btinternet.com > To:

RE: Writing to a flowfile

2015-08-15 Thread Mark Payne
idrsm...@btinternet.com > To: dev@nifi.apache.org > Subject: Re: Writing to a flowfile > > Mark > > Thanks for your help. I have used the snippet of code you sent and it > works although I am fairly sure I haven't implemented it correctly, I > have had to put al

Re: Writing to a flowfile

2015-08-15 Thread DAVID SMITH
gt; Date: Sat, 15 Aug 2015 10:04:54 +0100 > From: davidrsm...@btinternet.com > Subject: Writing to a flowfile > To: dev@nifi.apache.org > > > Hi > > I'm writing a processor which parses a file, I want the parsed file to go to > relationship parsed, and the original file to go

RE: Writing to a flowfile

2015-08-15 Thread Mark Payne
54 +0100 > From: davidrsm...@btinternet.com > Subject: Writing to a flowfile > To: dev@nifi.apache.org > > > Hi > > I'm writing a processor which parses a file, I want the parsed file to go to > relationship parsed, and the original file to go to relationship ori

Writing to a flowfile

2015-08-15 Thread DAVID SMITH
Hi I'm writing a processor which parses a file, I want the parsed file to go to relationship parsed, and the original file to go to relationship original, if the parse was ok. If the parse fails I want the original file to go to relationship failure. I have an inner class which contains a call