[
https://issues.apache.org/jira/browse/NIFI-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-7013.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> Recordpath handles timestamp microseconds unexpectedly
> ------------------------------------------------------
>
> Key: NIFI-7013
> URL: https://issues.apache.org/jira/browse/NIFI-7013
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.10.0, 1.9.2
> Reporter: Adam Trump
> Priority: Major
>
> if updateRecord gets a record with a field containing a timestamp-formatted
> string containing more than 3 decimal places, the leftmost digits are added
> to the other fields.
> in a test, updateRecord configured with the property "/timestamp" containing
> {{format(toDate(/timestamp, "yyyy-MM-dd HH:mm:ss.SSSSSS"), "yy-MMM-dd
> HH:mm:ss.SSSSSS")}}
> recieved the record
> id,timestamp
> 1,2019-12-31 13:23:45.123456
> and updated it to
> id,timestamp
> 1,19-Dec-31 13:25:48.000456
--
This message was sent by Atlassian Jira
(v8.20.10#820010)