[GitHub] [nifi] aloneface commented on issue #3772: NIFI-6682 SplitJson does not work if the input is null

2019-10-16 Thread GitBox
aloneface commented on issue #3772: NIFI-6682 SplitJson does not work if the input is null URL: https://github.com/apache/nifi/pull/3772#issuecomment-542781651 https://github.com/apache/nifi/pull/3816 Another way to solve it by catching all the throwables.I think it might be better .

[GitHub] [nifi] aloneface commented on issue #3772: NIFI-6682 SplitJson does not work if the input is null

2019-10-11 Thread GitBox
aloneface commented on issue #3772: NIFI-6682 SplitJson does not work if the input is null URL: https://github.com/apache/nifi/pull/3772#issuecomment-541130442 I think all the exceptions should be caught and transfer to failure in SplitJson ,right? @joewitt @ottobackwards