Member since
05-16-2024
3
Posts
2
Kudos Received
0
Solutions
06-11-2024
12:48 AM
In an UpdateAttribute processor I am trying to get the date of yesterday, at midnight in the CET timezone then have it transformed to a specific format in UTC. What I did was : ${now():minus(86400000):format('yyyy-MM-dd\'T\'00:00:00\'Z\'' , 'CET')} but this still gave me the time at midnight in UTC and not CET. What I want basically is if today is 2024-06-11 I want to get : 2024-06-10T22:00:00Z also, there is this issue with the CEST , If I specify CET is CEST not considered ? I just don't want to have to change my processor every 6 months a year and have something that works no matter what
... View more
Labels:
- Labels:
-
Apache NiFi
05-16-2024
05:43 AM
1 Kudo
yes I think that was the issue. I am still new to Nifi and slowly learning to work with it. Thank you @ckumar
... View more
05-16-2024
02:31 AM
1 Kudo
I am using ValidateCsv 1.21.0 processor and in the documentation a property Include all violations must exist but I can't find it in the configuration. When I add it manually it is not known. What could be the reason ?
... View more
Labels:
- Labels:
-
Apache NiFi