Re: Duplicate Attribute Values in Extract Text Processor Output

2020-07-11 Thread muhyid72
Hi Mark, Hi Mark, I would like to say thank you for your advice. I did your described method. It is working and giving better performance. -- Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

Re: Validating JSON Values are neither null not empty

2020-07-11 Thread Mark Payne
Eric, You’re right, Avro schemas do not allow for value validation very well. I would like to add support for XML schema/XSD validation. XSD provides rich support for value validation. But it’s not something I’ve had a chance to do yet. My recommendation would be to use QueryRecord to

Re: Urgent: Facing issue while trying to open a NiFi processor

2020-07-11 Thread Mohit Jain
Hi Team, It seems like the nifi-flow-audit.h2.db is corrupted. I'm not able to execute the same query on the database directly. Anything I can do to fix this? And what are the scenarios when this might happen again? Regards, Mohit On Sat, Jul 11, 2020 at 2:48 PM Mohit Jain wrote: > Hi Team,

Urgent: Facing issue while trying to open a NiFi processor

2020-07-11 Thread Mohit Jain
Hi Team, I'm facing a weird issue while trying to configure any NiFi processor: org.apache.nifi.admin.dao.DataAccessException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "CONFIGURE_DETAILS"; SQL statement: SELECT DISTINCT CD.NAME FROM CONFIGURE_DETAILS CD INNER JOIN ACTION A ON

Validating JSON Values are neither null not empty

2020-07-11 Thread Eric Secules
Hello, I am using the ValidateRecord processor and an avro schema to validate that a json documents of roughly 50 fields contains 20 required fields. For those required fields I am also supposed to validate that they are neither null not empty-string. I don't think an avro schema will help me