Member since
07-13-2022
6
Posts
0
Kudos Received
0
Solutions
10-13-2022
05:38 AM
I have been using ConsumeIMAP for data ingestion from emails, from the first of October 2022, NiFi cannot authenticate with basic authentification in Office365. Is there any solution with modern authentification like OAUTH? Thanks inadvance for your support. Hashem
... View more
Labels:
- Labels:
-
Apache NiFi
08-17-2022
12:48 PM
You are using an array, this is why you got null values. You have 2 options: Change the expressions to $[0].ARRIVAL_DATE and $[0].BOOK_ID, and it will work Read the file and split the array using the SplitJson processor - set JsonPath expression to: $, and connect the SplitJson processor to your EvaluateJsonPath processor and it should work.
... View more
08-16-2022
01:34 PM
1 Kudo
Hi, not sure if you are repeating the attribute name in the processor dynamic property values! Make sure the different header attributes are set\add as follows:
... View more