Exporting/Importing Reporting tasks

2018-04-11 Thread Leandro Lourenço
Hi guys, I'm wondering if there's any way I can import and export Reporting Tasks just like we do with templates. Wanna put together a deployment strategy that recreates Reporting Tasks when necessary. Sincerely, Leandro

Re: Help on NiFi RecordPath

2018-02-09 Thread Leandro Lourenço
should be able to use: > > /attachments/values[*]/value > > Sent from my iPhone > > On Feb 8, 2018, at 7:29 PM, Leandro Lourenço <leandrohlsi...@gmail.com> > wrote: > > Hey there, > > I've been trying to use RecordPath to retrieve information, but I'm a bit

Help on NiFi RecordPath

2018-02-08 Thread Leandro Lourenço
Hey there, I've been trying to use RecordPath to retrieve information, but I'm a bit stuck. Have a complex schema that involves records and maps. This is my Avro Schema: { "type": "record", "name": "Contact", "fields" : [ {"name": "id", "type": "string"}, {"name": "firstName",

Re: UpdateAttribute is missing JAXB dependency

2017-10-30 Thread Leandro Lourenço
tstrap.log > > cheers, Jboi > > > On 28. Oct 2017, at 21:36, Leandro Lourenço <leandrohlsi...@gmail.com> > wrote: > > > > Hi, > > > > I'm having a strange issue with UpdateAttribute processor. > > '' is invalid because Failed to run validation due

UpdateAttribute is missing JAXB dependency

2017-10-28 Thread Leandro Lourenço
Hi, I'm having a strange issue with UpdateAttribute processor. '' is invalid because Failed to run validation due to java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException See the attachment. I'm using NiFi 1.3.0, JDK 9.0.1 It's a new project, so there's nothing shady I have done. I've