Member since
08-12-2025
2
Posts
0
Kudos Received
0
Solutions
09-03-2025
09:25 AM
Thanks @MattWho for the detail explanation, This solution works, I have removed the UpdateAttribute,The Custom_Date would be an User input,Is there any better way we can allow user to input the Date and use it in Nifi Processor,Please suggest or shall I create a new questions,
... View more
08-15-2025
09:55 AM
Hello All, I am new to Apache Nifi where we have a requirement to convert a user input date into Nifi date format and use it in an sql query running inside an executeSQL processor. I am facing challenge while converting the user input date, Any help would be really appreciated. Below are my flowfiles GenerateFlowfile with a Custom Date properties with value as "2023-01-15 10:30:00" UpdateAttribute using the Custom Date as End_date with value as ${'Custom Date':plus(864000000):format('yyyyMMddHHmmss')} ExecuteSQL using End_date in Oracle query as " TO_DATE ('${End_Date}', 'YYYYMMDDHH24MISS')" Also is there any better way to handle this.
... View more
Labels:
- Labels:
-
Apache NiFi